Use comment in HTML : comments « Style Basics « HTML / CSS






Use comment in HTML

 




<html>
<head><title>First Web Page</title></head>
<body>
This is my <!--This is a comment --> first Web page.
Notice how the comment does not display.
</body>
</html>

 








Related examples in the same category

1.A CSS comment starts with /* and ends with */