Un-order List
Un-order list is a another type of list of 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
Post a Comment