#comments
- 1. Comments are used to document the source code.
- 2. Comments are not displayed on the browser.
- 3. They are useful for providing explanations for yourself or other developers who may work on the code in the future.
- 4. Comments are not for the user.
- 5. HTML comments are written within the <!-- and --> tags.
- 6. Anything between <!-- Comment --> tags will be ignored by the browser and will not be displayed on the web page.