.“Avoid the written Statement”
Write HTML code to set the above statement in comment line(Code part only)
Answers
Answered by
9
Step-by-step explanation:
<!DOCTYPE html>
<html>
<body>
<!-- This is a comment -->
<p>This is a paragraph.</p>
<!-- Comments are not displayed in the browser -->
</body>
Try it.....May Help ☺️☺️
Similar questions