Comment Lines

Comments are defined as text in a document that is ignored by the browser. Comments are useful for humans to help document there documents. Using comments is always a good idea in case someone else needs to enhance your document or you need to review your document at a later date.

Comments begin with <!-- and end with -->

For example:

<!-- The file comment.htm was created by HTML Studio --> <!-- $Revision: 1.1 $ -->