Answers for "does an html comment need only need to be within the html tag"

4

how do i comment in htmle

<div>
<p>This text is visible. Check the source code for multi-line comment.</p>
<!--  
Hello, world! I am a comment and I am
displayed in multiple lines!
--> 
</div>
Posted by: Guest on October-25-2020
1

comment in html5

<!-- Comment -->
Posted by: Guest on March-04-2021

Code answers related to "does an html comment need only need to be within the html tag"

Browse Popular Code Answers by Language