Friday, October 17, 2014

write a HTML program to display the use of Comment tag.


Code :comment.html
<html>
<head>
<title>Comment tag</title>
</head>
<body> This Is Display The Use Of Comment Line.
<! - -THIS IS COMMENT LINE - ->
</body>
</html>

No comments: