Answers for "multiple line comment html"

2

multi line comment html

In HTML, to do multiline comment <!-- --> is used

<!-- This is 
	multi line comment -->
Posted by: Guest on June-02-2021
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
0

multiline comment html

<!-- HTML 
comment
multiple
lines -->
Posted by: Guest on May-28-2021

Browse Popular Code Answers by Language