+ 3
What is subsricpt text??
7 Answers
+ 4
Hopefully you can copy and paste the text below.
Edit: put in a link.
<!DOCTYPE html>
<html>
<head>
<title>Subscript/Supscript Test Page</title>
</head>
<body>
<p>This is a regular text </p>
<p><sub>subscripted text </sub> This is a regular text <sup>supscripted text </sup></p>
<p><b>Superscripted text = </b>a <sup>n</sup></p>
<p>Think like in exponents.</P>
<p><b>Superscripted text = </b> x <sub>1</sub> , x <sub>2</sub> ... , x <sub>n</sub> </p>
<p>Think like sequences, series.</p>
<a href="https://code.sololearn.com/W8VoApdh1nTZ/#html">Subscript/Supscript Test page</a>
</body>
</html>
+ 3
<p> 5 <sup>2</sup></p>
You'll get 5ÂČ as a result
+ 1
Subscript text is that a type of lettering form written lower than the things around it.In chemical formulas the number of atoms in a molecule is written as a subscript, so we write H2O.
+ 1
TQ you it cleared mine doubt too
0
<p> <sub> ......... </sub> </p>
0
give me your number
0
please want is subscrited code