Skip to content

Commit 0bd8647

Browse files
authored
Created Add Ordered List
1 parent 160b007 commit 0bd8647

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

OrderedList.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>HTML ol Tag</title>
5+
</head>
6+
<body>
7+
<p>Programming Languages:</p>
8+
<ol>
9+
<li>Java</li>
10+
<li>C++</li>
11+
<li>C</li>
12+
</ol>
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)