ATRIBUT FONT FACE
Contoh :
<html>
<head>
<title>Format Teks</title>
</head>
<body bgcolor=lightgrey>
<h1>Pemakaian Font</h1>
<h2> <font face="Times New Roman"> Font Times New Roman</font><br>
<font face="Arial black"> Font Arial Black</font><br>
<font face="Bazooka"> Font Bazooka</font><br>
<font face="Arial Narrow"> Font Arial Narrow</font><br>
</h2> </body> </html>
ATRIBUT FONT SIZE
Contoh :
<html>
<head>
<title>Font Size</title>
</head>
<body bgcolor=lightgrey>
<h1>Ukuran Font</h1>
<h2> <font size=1> Size 1</font><br>
<font size=-1> Size 2</font><br>
<font size=3> Size 3</font><br>
<font size=4> Size 4</font><br>
<font size=+2> Size 5</font><br>
<font size=6> Size 6</font><br>
<font size=+4> Size 7</font><br>
</h2> </body> </html>
ATRIBUT FONT COLOR
Atribut ini digunakan untuk memberi warna pada font. Atribut Color menerima nilai RGB suatu warna atau nama warna
Contoh :
<html>
<head>
<title>Font Size</title>
</head>
<body bgcolor=lightgrey>
<h1>Warna Font</h1>
<h2>
<font size=4 COLOR="#FF0000"> Teks berwarna merah</font><br>
<font size=5 COLOR="GREEN"> Teks Berwarna Hijau</font><br>
</h2>
</body>
</html>
TAG <BASEFONT>
Jika tag akhir </BASEFONT> digunakan maka ukuran default baru hanya berlaku pada teks-teks yang berada di antara tag :
<BASEFONT SIZE=X>…</BASEFONT>
Contoh :
<html>
<head>
<title>BASEFONT</title>
</head>
<body bgcolor=lightgrey>
<h1>Tag BASEFONT</h1>
<h2>Teks ini sebelum tag BASEFONT digunakan</h2><br>
<BASEFONT SIZE=6 FACE="GEORGIA">
Teks ini setelah tag BASEFONT digunakan <br>
Ukuran relatif berubah sesuai BASEFONT
<FONT SIZE=-3>Size</FONT><BR>
</body>
</html>
No comments:
Post a Comment