What is HTML Comment - Yes Edu

Hot

Make Money

Saturday, 21 January 2017

What is HTML Comment

HTML Comment Tag

Html comment tag represent with <!----Any comments or any information or something else---->  the following syntax

Html comments are used to insert information and reminder to HTML source by using the following syntax:

Example :
<!----This is a comments---->
Comments are also not displaying by browser, in comment there is exclamation (!) mark in starting but not at the end.

Notpad++ View (html code)
<!DOCTYPE html>
<html>  <!----This is a html tag --->

<head>
              <title>This is a Paragraph</title>  <!----This is a Page Titile---->
</head>
<body>  <!---this is a body Tag--->



<h1>GOAL;</h1>   <!----This is a heading 1---->
<p>     <!---this is a paragraph---->

Comments are also not displaying by browser, in comment there is exclamation (!) mark in starting  tag but not at the ending tag.
</p>

<h1>SAMPLING;</h1><!----This is a heading 1---->
<p><!---this is a paragraph---->
Course Aggregates passing on 12.5mm IS Sieve and retained on 10mm IS sieve. <br />
The sample should be dried at 100 to 110°C in Oven for a period of not less than 4 hours.<br />
 The sample should be cooled at room temperature.
</p>


</body>
</html>

Browser View





No comments:

Post a Comment

Post Top Ad

Your Ad Spot