Horje

Example of Hidding HTML Content

index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<p>This is a paragraph.</p>

<!-- <p>This is another paragraph </p> -->

<p>This is a paragraph too.</p>

</body>
</html>

Output should be:

Example of Hidding HTML Content




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