Horje

Example of Hidding HTML Content Part 2

Hide a section of HTML code:
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<p>This is a paragraph.</p>
<!--
<p>Look at this cool image:</p>
<img border="0" src="pic_trulli.jpg" alt="Trulli">
-->
<p>This is a paragraph too.</p>

</body>
</html>





Type:
html
Category:
Web Tutorial
Sub Category:
HTML Comments
Uploaded by:
Admin