0

How to write comment in html

18th Nov 2016, 4:46 PM
Ahmad
4 ответов
+ 1
I believe you use <!--INSERT COMMENT HERE-->
22nd Feb 2017, 12:02 PM
Roblox Gamer Duh cx
Roblox Gamer Duh cx - avatar
0
<!---your comment---> is a way to write comment in html document
18th Nov 2016, 5:25 PM
Shayan
Shayan - avatar
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>
18th Nov 2016, 5:29 PM
MohammadReza Dehnashi
MohammadReza Dehnashi - avatar
0
@MohammadReza sir good answer.
18th Nov 2016, 5:34 PM
Shayan
Shayan - avatar