Copy the code from one of you web pages, then use the special characters so that this code will display on the Internet, or reporduce the bonus 6 web yoda page below using special characters as demonstrated:


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.