0
How to write comment in html
4 ответов
+ 1
I believe you use <!--INSERT COMMENT HERE-->
0
<!---your comment--->
is a way to write comment in html document
0
How to write comment in html ?
This article demonstrates the HTML code to hide your comments.
<!DOCTYPE html>
<title>My Example</title>
<!-- The level 4 heading goes here -->
<h4>How to comment out your code</h4>
<!-- The text goes here -->
<p>This article demonstrates the HTML code to hide your comments.</p>
0
@MohammadReza sir good answer.