When designing your website, you may need to add comments that will not be displayed when someone views your site but can be seen when someone sees your HTML coding. The HTML comments can be used as a reminder of where you have placed a javascript or PHP application, information about a particular area of the page, adding a time/date stamp for that area of a webpage, or other things that you find necessary for website production. Using comments is a fundamental part of HTML coding and a very good way to stay organized.

To make a comment, user the following code:

<!– Your Comment or Information –>

Feel Free to Share!

Leave a Reply

Your email address will not be published. Required fields are marked *