________and ________text can be useful for displaying chemical formulas or
mathematical formulas in webpage.
Answers
Answer:
HTML <sub> tag is termed as Subscript tag and which is used to define subscript text. The text within <sub> renders with a lower baseline and with a smaller font than surrounding text font. The <sub> tag is useful for presenting mathematical formula and chemical formulas such as H2O.
Explanation:
HTML <sub> tag is termed as Subscript tag and which is used to define subscript text. The text within <sub> renders with a lower baseline and with a smaller font than surrounding text font. The <sub> tag is useful for presenting mathematical formula and chemical formulas such as H2O.
Answer:
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.
Explanation: