Lesson 3: List Tags
(Bonus #6: HTML Tag Definitions)

Make Bonus #6 in your class project match the exercise results below.



Bonus #6 - HTML Tag Definitions
HTML Tag Definitions
<html></html>
These tags start and end the entire HTML document.
<!-- comment here -->
The comment tag is used to add documentation to an HTML file.
<br />
The line break tag breaks a line of text.
<hr />
The horizontal rule tag creates a horizontal line across the page.
&nbsp;
The non-breaking space tag forces a space in HTML.

test