HTML/CSS/Text Tags/comment
"comment" Example
<html>
<head>
<title>comment element example</title>
</head>
<body>
<comment>This is a comment.</comment>
<p>This text is displayed on the page</p>
</body>
</html>
<html>
<head>
<title>comment element example</title>
</head>
<body>
<comment>This is a comment.</comment>
<p>This text is displayed on the page</p>
</body>
</html>