BLOGGER TEMPLATES AND TWITTER BACKGROUNDS

Kamis, 29 November 2012

Warna Font di HTML

ingin membuat tulisan melalui html dan tulisannya itu agar lebih menarik...
copntoh seperti dibawah ini:

Normal
aqua
black
blue
fuchsia
gray
green
lime
maroon
navy
olive
purple
red
silver
teal
yellow


kode di notepadnya

 <HTML>
<HEAD>
<TITLE>Warna - Bagian 1</TITLE>
</HEAD>
<BODY>
Normal<BR>
<Font COLOR = "aqua">aqua</fONT><BR>
<Font COLOR = "black">black</fONT><BR>
<Font COLOR = "blue">blue</fONT><BR>
<Font COLOR = "fuchsia">fuchsia</fONT><BR>
<Font COLOR = "gray">gray</fONT><BR>
<Font COLOR = "green">green</fONT><BR>
<Font COLOR = "lime">lime</fONT><BR>
<Font COLOR = "maroon">maroon</fONT><BR>
<Font COLOR = "navy">navy</fONT><BR>
<Font COLOR = "olive">olive</fONT><BR>
<Font COLOR = "purple">purple</fONT><BR>
<Font COLOR = "red">red</fONT><BR>
<Font COLOR = "silver">silver</fONT><BR>
<Font COLOR = "teal">teal</fONT><BR>
<Font COLOR = "yellow">yellow</fONT><BR>
</BODY>
</HTML>

Tidak ada komentar:

Posting Komentar