HTML Superscript Tag <sup> is used to define a superscript text in HTML. A Superscript text appears to be half a character above the normal character top. Superscript Tag <sup> is used to write formulas e.g. e=mc2 or 22=4. Superscript Tag is a closed tag and hence needs to be closed using the closing Superscript […]
How to write formulas in html
HTML Sub Tag
HTML Subscript Tag <sub> is used to define subscript text in HTML. A Subscript text appears to be half a character below the normal character base. HTML Subscript Tag <sub> is used to write chemical formulas e.g. O2, H2O etc. HTML Subscript Tag is a closed tag and hence needs to be closed using the […]