How to add Subscript in HTML
Answers
Answered by
1
Hey !!!
Answer :-
<HTML>
<HEAD>
<TILTLE>
Text
</TITLE>
</HEAD>
<BODY>
<SUB>text</SUB>
</BODY>
</HTML>
^_^
Answered by
2
<sub> tag or subscript tag is used to add subscripted text to a HTML document.
Subscripted text are those text which are small in size as well as be slightly below the normal text line.
This is a container element and is used to write chemical formulas.
For example,
H<sub>2 </sub> O = Water
Similar questions