Wednesday, March 26, 2014

Latihan 1 Desain Web

Format Karakter





<html>
        <head>
                   <title>Format Karakter</title>
        </head>

         <body>
                  <h1>Character Formating</h1>
                 Tulisan Normal<br />
                 Cetak <b> Tebal </b> <br />
                 Cetak <b><i><u>tebal italic undreline</u></i></b><br />
                 discount: <s>Rp. 5000,-</S>Rp.1000,-<br />
                 <pre>
                         Tulisan fixed out
                 </pre>
   
                 X<sup>2</sup> = 4.X = ? <br />
                 H<sub>2</sub>0 - Air <br />
                <big>Besar</big> Normal <small>Kecil</small>
          </body>
</html>

0 comments:

Post a Comment