Your Guide to Professional
Web Site Design and Development

HTML Tips
HTML Codes
Web Development
Web Design Tips
JavaScript Codes
216 Web Safe Colors
CSS Tutorial
JavaScript Tutorial
ASCII Character Codes

Offering a guide to professional web site design, web page design and web design guidelines

| Web Site Development | HTML Codes | HTML Tips | Web Design TipsJavascript Snippets | 216 Safe Colors | Symbols | CSS Tutorial | JavaScript Tutorial |

Organizing HTML Web Page Code with the Comment Tag


The COMMENT tag is used to display text within your HTML document that will not be visible on your web page. They enable you to mark the beginning and end of sections in your HTML code for easy editing.


<!--Begin Navigation-->
Your navigation links
<!--End Navigation-->




 More Web Design Tips