Search This Blog

HTML Comment Tag Example

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
HTML Comment Tag Example

No comments:

Post a Comment