Answers for "comment out a line in html"

7

comment in HTML

<!-- This is how you comment in HTML -->
Posted by: Guest on December-15-2020
1

html single line comment

There is not any single line comment in HTML 
we use single line or multiline comment with the help of same syntax that is 
<!-- Comment here -->
Posted by: Guest on August-26-2021
8

html comment

<!--HTML Comment Example! HTML Comments do not affect your code in
any way, comments can be used to take notes to yourself, or if you 
are working with a team, this could be a good way to communicate 
without messing up any of your code. Comments will not be shown 
in your HTML webpage. -->
Posted by: Guest on June-21-2020

Browse Popular Code Answers by Language