Cara Membuat Format Teks Html
Ada beberapa pemformatan teks :
• Menebalkan huruf
• Memiringkan huruf
• Memberi tekanan pada teks (emphasize)
• Mengecilkan huruf
• Superscript
• Subscript
Lihat contoh dibawah
<!--- teks format-->
<html>
<body>
<br>
<strong> Teks ini ditebalkan </strong> <br>
<big> Teks ini besar </big><br>
<em> Teks ini emphasize </em><br>
<I> teks ini miring/italic </I><br>
<small> Teks ini kecil </small><br>
Teks ini <sub> subscript </sub><br>
Teks ini <sup> superscript </sup>
</body>
</html>
Hasilnya seperti gambar