DEV Community

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

Posted on

Comments - HTML

•Comments in html is used as a short description of your code

•It makes your code easier to read & understand

•it won't be visible in the web page

•<!-- .. --> is used to add a comment

Top comments (0)