- Atribut color berfungsi untuk mengatur warna
- Atribut face untuk mengatur jenis huruf dan
- Atribut size untuk mengatur ukuran huruf
Contoh atribut color
<html>
<head>
<title>Font</title>
</head>
<body>
<font face="arial">Font dengan jenis arial</font><br>
<font face="calibri">Font dengan jenis calibri</font><br>
<font face="tahoma">Font dengan jenis tahoma</font><br>
<font face="cooper black">Font dengan jenis cooper black</font>
</body>
</html>
hasilnya <head>
<title>Font</title>
</head>
<body>
<font face="arial">Font dengan jenis arial</font><br>
<font face="calibri">Font dengan jenis calibri</font><br>
<font face="tahoma">Font dengan jenis tahoma</font><br>
<font face="cooper black">Font dengan jenis cooper black</font>
</body>
</html>
Tulisan dengan warna hijau
Tulisan dengan warna biru
<html>
<head>
<title>Font</title>
</head>
<body>
<font face="arial">Font dengan jenis arial</font><br>
<font face="calibri">Font dengan jenis calibri</font><br>
<font face="tahoma">Font dengan jenis tahoma</font><br>
<font face="cooper black">Font dengan jenis cooper black</font>
</body>
</html>
hasilnya <head>
<title>Font</title>
</head>
<body>
<font face="arial">Font dengan jenis arial</font><br>
<font face="calibri">Font dengan jenis calibri</font><br>
<font face="tahoma">Font dengan jenis tahoma</font><br>
<font face="cooper black">Font dengan jenis cooper black</font>
</body>
</html>
Font dengan jenis calibri
Font dengan jenis tahoma
Font dengan jenis cooper black
<html>
<head>
<title>Font</title>
</head>
<body>
<font size="1">Font size 1</font><br>
<font size="2">Font size 2</font><br>
<font size="3">Font size 3</font><br>
<font size="4">Font size 4</font><br>
<font size="5">Font size 5</font><br>
<font size="6">Font size 6</font>
</body>
</html>
hasilnya <head>
<title>Font</title>
</head>
<body>
<font size="1">Font size 1</font><br>
<font size="2">Font size 2</font><br>
<font size="3">Font size 3</font><br>
<font size="4">Font size 4</font><br>
<font size="5">Font size 5</font><br>
<font size="6">Font size 6</font>
</body>
</html>
Font size 2
Font size 3
Font size 4
Font size 5
Font size 6
Font tahoma dengan warna hijau dan ukuran font 2
Font calibri dengan warna merah dan ukuran font 6
Font Arial dengan warna kuning dan ukuran font 10
Makasih mas infonya..manfaat sekali ini untuk belajat html nya....memang saya juga pernah belajar semester kemarin rada-rada puyeng html...hehheh
ReplyDeleteSiap mas, semoga manfaat.
Delete