DEV Community

Cover image for Comments - HTML
Melina Caroline Bernard
Melina Caroline Bernard

Posted on • Edited on

Comments - HTML

•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)