This is used to display a billeting system
Ordered list type
• Disc
§Square
o circle
<html>
<head>
<title>This is my first web page</title>
</head>
<body>
<Ul type =Disc>
<li>HND</li>
<li>NCC</li>
<li>ICT</li>
</Ul>
</body>
</html>
<html>
<head>
<title>This is my first web page</title>
</head>
<body>
<Ul type =square>
<li>HND</li>
<li>NCC</li>
<li>ICT</li>
</Ul>
</body>
</html>
<html>
<head>
<title>This is my first web page</title>
</head>
<body>
<Ul type =circle>
<li>HND</li>
<li>NCC</li>
<li>ICT</li>
</Ul>
</body>
</html>
No comments:
Post a Comment