Computer Science, asked by Anonymous, 1 year ago

How to add Subscript in HTML ​

Answers

Answered by Niraliii
1

Hey !!!

Answer :-

<HTML>

<HEAD>

<TILTLE>

Text

</TITLE>

</HEAD>

<BODY>

<SUB>text</SUB>

</BODY>

</HTML>

^_^

Answered by Rememberful
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