Introduction: Why HTML Comments Are Important
When writing HTML, not everything you type is meant to be displayed on the webpage.
Sometimes you want to:
For these purposes, HTML provides the comment tag.
HTML comments are invisible to users, but they are extremely useful for developers, students, and teams working together.