comment

comment


Using the HTML <!-- --> comment element we can place comments into our source code that do not get displayed on the page. Use for adding simple reminders and comments, or to disable sections of your code from running by wrapping them in this tag.

HTML CODE EXAMPLE
<!-- This comment will not be parsed as a display item -->
<strong>Hello People!</strong>

Or all lowercase letters will work fine too.

Live Browser
Hello People!

0 Response to "comment"

Post a Comment