First page Back Continue Last page Image
- <! DOCTYPE html>
- <html>
- <head><title>A Simple table</title>
- </head>
- <body>
- <!-- I did not have much on my mind-->
- <p>
- I am not sure what to write here
- </p>
- </body>
- </html>
- Using the <!--> tag allows you to put notes to yourself in the code
- You can have as many as you like
- This is also known as self-documentation of the code and developers can be fired for not doing it