first commit

This commit is contained in:
2026-02-27 15:00:28 +05:30
commit 14c3b18f04
2 changed files with 76 additions and 0 deletions

13
collegeweb.html Normal file
View File

@@ -0,0 +1,13 @@
<html>
<head>
<title>
Types of html list
</title>
</head>
<body>
<ol type="I">
<li>Ordered</li>
<li>Unodered</li>
</ol>
</body>
</html>