el !


'3' 〝I can't stop smiling like an idiot〞'3'
About Me
Replace this with your own description here. Go to "Edit HTML" to change this.

Thursday 16 October 2014

coding

<html>
<head>
<title>Pemformatan Teks HTML</title>
<head>
<body>
<b>Teks ini ditebalkan</b><br>
<strong>Teks ini tebal (strong)</strong><br>
<big>Teks ini besar</big><br>
<u>Teks ini digarisbawahi</u><br>
<em>Teks ini emphasize</em><br>
<i>Teks ini italic</i><br>
<small>Teks ini kecil</small><br>
Teks ini <sup>superscript</sup><br>
Teks ini <sub>kecil</sub><br>
</body>
</html>

Output



Pemformatan Teks HTML


Teks ini ditebalkan

Teks ini tebal (strong)

Teks ini besar

Teks ini digarisbawahi

Teks ini emphasize

Teks ini italic

Teks ini kecil

Teks ini superscript

Teks ini kecil




Categories:

0 comments:

Post a Comment