Horje

Example of HTML Comments

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

<!-- This is a comment -->
<p>This is a paragraph.</p>
<!-- Comments are not displayed in the browser -->

</body>
</html>

Output should be:

Example of HTML Comments




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