" <p><sub> subscripted text </sub></p> <p><sup> superscripted text </sup></p> " What does <sup> and <sub> do. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

" <p><sub> subscripted text </sub></p> <p><sup> superscripted text </sup></p> " What does <sup> and <sub> do.

25th Aug 2020, 9:04 AM
Selwyn Jesudas
Selwyn Jesudas - avatar
5 Answers
+ 10
What do you wanna actually ask?
25th Aug 2020, 9:29 AM
Nilesh
+ 2
According to w3 school The <sub> tag defines subscript text. Subscript text appears half a character below the normal line, and is sometimes rendered in a smaller font. Subscript text can be used for chemical formulas, like H2O. The <sup> tag defines superscript text. Superscript text appears half a character above the normal line, and is sometimes rendered in a smaller font. Superscript text can be used for footnotes, like WWW[1]. example: <p>base<sub>10</sub></p> <p>CM<sup>2</sup></p> check the output of that code It will help you
25th Aug 2020, 9:46 AM
Cyber Nate
Cyber Nate - avatar
+ 1
If u need something like the square of a number to display something like x=x*x then u can use x <sup> 2 </sup> which will make a 2 to be on top of x But to display an equation like the formula of water u shall need H <sub>2</sub>O to display the 2 lower than the H and O. If u are still confused then practice it
25th Aug 2020, 9:55 AM
Kafumbe Haggai
Kafumbe Haggai - avatar
0
"What do you wanna actually ask?" I am asking that what is the use of <sup> and <sub> tags
25th Aug 2020, 10:35 AM
Selwyn Jesudas
Selwyn Jesudas - avatar