It is always a good idea to put comments into your source code. In this simple
example the comments state who is the author, the creation date of the document
and the date of most recent update.
<HTML> <HEAD> <TITLE>My Home Page</TITLE> </HEAD> <!-- Written by me --> <!-- Created: yesterday --> <!-- Last modified: today --> <BODY> This is where the text goes. </BODY> </HTML>