•Comments in html is used as a short description of your code
•It makes your code easier to read & understand
•It may help you in the future when you look back at what you coded & it's crucial when you work in groups, so that other members can understand.
•it won't be visible in the web page
•<!-- .. --> is used to add a comment
Top comments (0)