Wednesday, June 20, 2012

Unordered Lists

<html>
<head>
<title>membuat daftar item tanpa nomor</title>
<body>
<b><font size=3 face=tahoma color=red>
Kesukaan Saya Adalah:
</b>
<hr size=2 width=150 align=left>
<ul type=circle>
       <li> Makan
  </ul>
<ul type=square>
        <li> Tidur
</ul>
<ul type=disc>
        <li> Berenang
</ul>
</font>
</body>
</html>

Newer Post Older Post Home

0 comments:

Post a Comment