Tell a Friend About Our Cool Software

A comment is an HTML tag that does not affect how the document is displayed or what is shown to the user. It can be used by Web designers to insert comments such as reminders and explanations. You create a comment like this:
<!-- this is the comment -->
Simple HTML documents usually do not need comments, but they can be
useful in other situations. For example, if you are editing an HTML
document and want to see how it looks with some material removed,
simply enclose the material in comment tags. If you decide to keep the
material, all you have to do is remove the tags.