Tabel HTML
15 October 2012
CSS
23 October 2012

Font HTML

Menggunakan Tag <font> HTML

Penggunaan font kemungkinan akan dihilangkan, akan diganti dengan style.

<html>

<body>

<p><font size=”2″ face=”Verdana”>

Muhammat Rasid Ridho</font></p>

 

<p><font size=”7″ face=”Times”>

www.emerer.com</font></p>

</body>

</html>

Menggunakan Font Size

Digunakan untuk mengubah ukuran font.

<html>

<body>

<font size=”1″> Ukuran Font 1 </font> <br>

<font size=”2″> Ukuran Font 2 </font> <br>

<font size=”3″> Ukuran Font 3 </font> <br>

<font size=”4″> Ukuran Font 4 </font> <br>

<font size=”5″> Ukuran Font 5 </font> <br>

<font size=”6″> Ukuran Font 6 </font> <br>

<font size=”7″> Ukuran Font 7 </font> <br>

</body>

</html>

Menggunakan Font Face

Untuk mengubah face (bentuk) font.

<html>

<body>

<font face=”Verdana”> Verdana </font> <br>

<font face=”Times”> Times </font> <br>

<font face=”Comic Sans MS”> Comic Sans MS </font> <br>

<font face=”Microsoft Sans Serif”> Ms Sans Serif </font> <br>

<font face=”Licida Dingbom”> Licida Dingbom </font> <br>

</body>

</html>

 

Menggunakan Font Color

Untuk mengubah warna font.

 

<html>

<body>

<font color=”#ff0000″> Warna apa ini  </font> <br>

<font color=”red”> Warna apa ini  </font> <br>

<font color=”blue”> Warna apa ini  </font> <br>

<font color=”green”> Warna apa ini  </font> <br>

</body>

</html>

Font <tag> Sebaiknya Jangan Digunakan

 

W3C merekomendasikan untuk membuang tag <font>.

 

Pada versi mendatang cascade style sheet (CSS) akan digunakan untuk memdefinisikan properties layout dan display elemen HTML.

Muhammat Rasid Ridho
Muhammat Rasid Ridho
Software Developer yang Suka Jalan jalan, Belajar Jaringan dan Berbagi Cerita. Instagram: muhammat.rasid.ridho Jangan lupa tulis komentar di bawah ini ya teman teman ... !

Leave a Reply

Your email address will not be published.