How Create Comment Tags On Your Web Page

Sometimes it may be confusing to go back to your html codes when you need to update your site. It helps to leave notes to yourself that cannot be seen by the visitor to your site. To make these notes, you would leave behind comment tags.

You may want to make special notes about what the section is about, where it goes, if there are any conditions you need to follow and so forth.

You can even just use it to divide the sections of your site so you can tell where you are in the editing section to make a quick correction. This note to yourself is coded like this:

<!--note to yourself here-->

The comment tag is not read by those just looking on their browsers to view your website. It can be seen if they opt to look at the source. Give it a try. If you are using Internet Explorer, right click your mouse and click on the View Source option to see. If you are using Foxfire, click control and U.

Most of my comments are meaningless to the average surfer. It is merely a note to myself and a random comment I might make to the occasional lookie-loo of my website.

JCE Enterprises Web Sites

JCE Enterprises Related Sites