Horje

Example of Hidding Inline Content

Hide a part of a paragraph:
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<p>This <!-- great text --> is a paragraph.</p>

</body>
</html>

Output should be:

Example of Hidding Inline Content




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