Un-order List


Un-order list is a another type of list of HTML.

<html>
<head>
<title>Un-ordered List</title>
</head>
<body>
<ul>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
<li>Item 4</li>
<li>Item 5</li>
</ul>
</body>
</html>

Save file with .html extension





Comments

Popular posts from this blog

Simple Program of HTML

Simple Program of HTML Order List