How do we define a comment within the HTML structure of code?
<!-- comment goes here -->
We can also comment out HTML elements too.
<!-- <p> I am a commented paragraph</p> -->
Commented HTML elements are not visible for the user nor they work. They have been commented out for use.

We learned commenting within HTML coding structure with this lesson.
<!-- your comment, or commented element -->
Comments
Post a Comment