Page 27 - Modul Web
P. 27
22
<li>DKV</li>
<li>PS</li>
</ol>
<hr size=”3” width=”500”>
<b><font size=”2” face=”tahoma" color=”black”>
Jurusan RPL memiliki 2 LAB Komputer: </b>
<ol start=”4”>
<li>LAB. DKV</li>
<li>LAB. JB</li>
<li>LAB. APHP</li>
</ol>
</font>
</body>
</html>
8. Tag <acronym>, untuk memberi keterangan atau screen tips
Contoh (save dengan nama cronym.html):
<html>
<head>
<title>Singkatan</title>
</head>
<body>
<acronym title="word wide web">www</acronym>
<p>Bila kita meletakkan kursor di atas kata www maka muncul
kata word wide web pada screen tips</p>
</body>
</html>
2.3.6 Memformat Karakter
Format terhadap karakter yang ditampilkan akan sangat berguna untuk
Modul Pemrograman Web SMKN 2 Mojokerto