Hands On: Layout Formatting Tags, Horizontal Rule, and Comments
Improve your practice web page by formatting its layout, and add a rule and a hidden comment:
- Add line breaks
<br>to separate each line in the page signature. - Identify each paragraph of text using the Paragraph tag
<p>. - Center the page heading at the top of the page and the page signature at bottom using the Center tag
<center>. - Indent one or more paragraphs using the Blockquote tag
<blockquote>. - Replace the text line above the page signature with a Horizontal Rule tag
<hr>. - Add a hidden comment of your choice anywhere in the page using the Comment tags
<!--and-->. - Save your changes.
