Look at the Try it Yourself – Examples:
Using empty paragraphs
Check out More Examples:
Attach this file to your Blog.
Work in the tryit editor. Copy and paste the code into the correct HTML editing program on this computer(text edit).
Add to your project.
Write two paragraphs about yourself (hobbies, family, friends, birthday, school, or any other topic).
Have a heading that is aligned to the center.
Include line breaks, comments and a horizontal rule.
Change the background color of your web page.
Include all the HTML tags below in your Program .
<html> Defines an HTML document
<body> Defines the document's body
<h1> to <h6> Defines header 1 to header 6
<p> Defines a paragraph
<br> Inserts a single line break
<hr> Defines a horizontal rule
<!--> Defines a comment
Save it as basic with the correct extension(Project5.html) in (your name project) folder.