Script latihan pemrograman 6A

<html>
<head>
<title>contoh superscript dan subscript</title>
</head>
<body>
    <br><b><u><font color="red">Contoh Subscript :</font></b></u></br>
<br>1.    x<sub>i+1</sub> </br>
<br>2.    d<sub>1</sub>x d<sub>2</sub>=d<sub>1</sub>d<sub>2</sub> </br>
<br>3.    h<sub>2</sub>+  o<sub>2</sub>=h<sub>2</sub>0 </br>
<br>4.    Hlop<sub>22</sub> </br>
<br>5.    H<sub>2</sub>0 </br>

<p><b><u><font color="blue">Contoh Superscript  :</font></b></u> </br>
    <br>1.    3<sup>2</sup>+5<sup>3</sup>=9+125=134 </br>
<br>2.    t<sup>2</sup> </br>
<br>3.    CV<sup>2</sup> </br>
<br>4.    E<sup>2</sup> </br>
<br>5.    E=mc<sup>2</sup> </br>
</body>
</html>

Komentar

Postingan Populer