Math, asked by anuradharanchi84, 3 months ago

.“Avoid the written Statement”

Write HTML code to set the above statement in comment line(Code part only)​

Answers

Answered by Rogers404
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