pakcikjon.blogspot.com/
- Cara menggunakan format text di HTMLAssalamualaikum Wr. Wb
Sehat kan jon? semoga sehat selalu ya. tanpa banyak basi basi lagi langsung aja kita kupas jon.
Kali ini kita belajar cara menggunakan format text di html. langsung aja kita gaskan.
Elemen Format HTML terdiri dari :
Tag | Deskripsi |
---|---|
<b> | bold text |
<em> | emphasized text |
<i> | Italic text |
<small> | smaller text |
<strong> | important text |
<sub> | subscripted text |
<sup> | superscripted text |
<ins> | inserted text |
<del> | deleted text |
<mark> | marked/highlighted text |
=========================================================================
<!DOCTYPE html>
<html>
<body>
<p>This text is normal.</p>
<p><strong>This text is important!</strong></p>
<p><b>This text is bold.</b></p>
<p><i>This text is italic.</i></p>
<p><em>This text is emphasized.</em></p>
<small>This is some smaller text.</small>
<p>Do not forget to buy <mark>milk</mark> today.</p>
<p>My favorite color is <del>blue</del> red.</p>
<p>My favorite color is <del>blue</del> <ins>red</ins>.</p>
<p>This is <sub>subscripted</sub> text.</p>
<p>This is <sup>superscripted</sup> text.</p>
</body>
</html>
=========================================================================
maka hasilnya :
Itulah format text di html, semoga bermanfaat dan jangan lupa tinggalkan jejak kalian di kolom komentar ya...
Terima Kasih
0 Komentar