HTML/CSS/Text Tags/comment

Материал из Web эксперт
Перейти к: навигация, поиск

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