Files
HTML-LAB/collegeweb.html
2026-02-27 15:00:28 +05:30

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>