Computer Science, asked by Aadhyanathas, 7 months ago

Give the HTML code to create the line below in the browser.                                                                                        

      H2  +  O2  = H2O

Answers

Answered by kshitijmk303
0

Answer:

<hr>

Explanation:

Answered by preemanna
1

Answer:

             :<Sub> tag is used here.

<html>

<body>

H <SUB> 2 </SUB> O

</body>

</html>

Similar questions