Double-click on your public_html folder to open it
Click: New Folder
Name that folder: images
Click: New Folder
Name that folder: includes
Search the web for an image file and save that image file to your public_html\images folder
Open Notepad++
Choose: File -> New
Copy the Web Page Template (HTML) code (below)
Paste that code into your new file
Change: page title goes here
to: Your Name's Home Page
Change: put your name in this comment line
to: Your Name
In the <h2> tag, change: put-your-name-here
to: Your Name
Write a paragraph about yourself where it says: Put a paragraph here about yourself.
Change: <p><img src="images/put-the-name-of-your-image-file-here"
alt="put-a-description-of-your-image-here" width="200px" height="200px"><p>
to the name (case is important), description, and size of your image file
Click File -> Save as
Save your file in your ub folder as: index.html
Change the Save as Type to: Hypertext Markup Language File (*.html, ...)
Click the Save button
Click: Run
Choose: Launch in IE
or Launch in Chrome
or Launch in Firefox