Home

HTML - Subscript


Subscripts tag code

<p>Equation in HTML</p>

x = f<sub>0</sub> + f<sub>1</sub><br>

Equation in HTML

x = f0 + f1