first commit
This commit is contained in:
13
collegeweb.html
Normal file
13
collegeweb.html
Normal 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>
|
||||
Reference in New Issue
Block a user