Saved Bookmarks
| 1. |
What is the use of <sub> and <sup> tag. Explain with suitable example. |
|
Answer» <sub> : defines subscripted text <sup> : defines superscripted text Example To write a2 : a<sup>2</sup> To write CO2 : CO<sub>2</sub> |
|