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.
Hosted by www.Geocities.ws

1