You are on page 1of 1

<HTML>

<HEAD>
<TITLE> Use of comments</TITLE>
</HEAD>
<BODY>
<h2> comments tag </h2>
<COMMENT>
Check out these lines in the comment tag.
this sentence will not be visseble to you on the web page ,
even though you have written it as a part of in the HTML
</COMMENT>
Can you see the three sentences that you typed ?No isn't it !<br>
<!-- That is because you useed them in comment tag
now is the turn of! used for comments.
Again the same things happens you cannot see it-->
</BODY>
</HTML>

......

You might also like