HTML Comment Tag

 

HTML Comment Tag

You can organize your HTML web page code with the comment tag.

The HTML 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–>

Using comment tags throughout your web page HTML code provides a great way to organize your content and enable you to easily locate specific areas within your web page.

For example, when designing a web page, you can place a comment tag at the beginning and ending of each section of your web page, such as your content section, navigational section, etc.. This will enable you to know exactly where your HTML code for each section begins and ends. This can save you a lot of time, as you won’t need to search through all of your HTML code to find the section you need.

Using HTML comments tags provides a great way to organize your web page.

For additional information on HTML codes, visit the HTML Tutorial section.

This concludes the HTML comments tags section.

 
 

 
Visit the following pages for a wealth of copy and paste codes and tips:

HTML Tips
Copy and paste special effect HTML codes for your web page.

HTML Codes
An HTML codes chart you can use to copy and paste codes into your web page.

HTML Color Codes
An HTML color codes chart you can use to copy and paste color codes into your web page.

JavaScript Codes
Copy and paste special effect JavaScript codes for your web page.

Web Design Tips
Tips, tricks, and special effect codes for your web page.

HTML Tags
A list of HTML tags.

HTML 5 Tags
A list of the latest HTML tags to be developed.

ASCII Codes
Special text characters and code for your web page.