![]() |
HTML lists allow web developers to group a set of related items in lists. An unordered HTML list:
An ordered HTML list:
|
<!DOCTYPE html>
<html>
<body>
<h2>An Unordered HTML List</h2>
<ul>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ul>
<h2>An Ordered HTML List</h2>
<ol>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ol>
</body>
</html>
Category: | Web Tutorial |
Sub Category: | HTML Lists |
Uploaded by: | Admin |
Read Articlehttps://horje.com/learn/1434/reference