'comment' Example : comment « Tags « HTML / CSS






'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>
           
      
      








Related examples in the same category