Featured Post

Data Science Concepts

How HTML Comment Works? | HTML Comment Tag By #BKTutorial

 





Source Code:

Comment can't Visible on Browser It is use for our help.

<!doctype html>
<html>
<head>
<title>HTML Comments</title>
</head>
<body>
    <!-- This is Comment --->
    <p>How are you ?</p>
</body>
</html>

Output:

Comment can't Visible on Browser It is use for our help.





Comments