This video demonstrate how to write comment in html. Writing comment in html is very easy after watching this tutorial.
code:
<!DOCTYPE html>
<html>
<head>
<title>Comment in html</title>
</head>
<body>
<!--
This is a comment which is invisible in output of page but useful for hints and making notes about something-->
<p>just a paragraph</p>
<p>lets add another</p>
</body>
</html>
No comments:
Post a Comment