Home »
MCQs »
HTML MCQs
Which is the correct HTML statement to display H2O in a paragraph?
32. Which is the correct HTML statement to display H2O in a paragraph?
- <p>H<sup>2</sup>O</p>
- <p>H<ins>2</ins>O</p>
- <p>H<below>2</below>O</p>
- <p>H<sub>2</sub>O</p>
Answer: D) <p>H<sub>2</sub>O</p>
Explanation:
The correct HTML statement to display H2O in a paragraph is: <p>H<sub>2</sub>O</p>