HTML Comment Tag Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<h2> Comment Tag Example </h2>
<!-- this comment in html also This is a multiline comment -->
<p> content goes here..... </p>
</body>
</html>
OUTPUT
No comments:
Post a Comment