Computer Science, asked by asmitapundir006, 3 months ago

write a program in html using all the empty tages​

Answers

Answered by gleboy1000
1

<html>

      <body>

           <h1>Get Better</h1>

      </body>

</html>

Answered by Harsithaa
3

Answer:

<!— HTML syntax —>

<hr>

<!-- XHTML syntax -->

<hr />

<!-- forbidden syntax -->

<hr></hr>

Explanation:

I think its helpful for you

Similar questions