14 lines
169 B
HTML
14 lines
169 B
HTML
<html>
|
|
<head>
|
|
<title>
|
|
Types of html list
|
|
</title>
|
|
</head>
|
|
<body>
|
|
<ol type="I">
|
|
<li>Ordered</li>
|
|
<li>Unodered</li>
|
|
</ol>
|
|
</body>
|
|
</html>
|