Skip to content

Commit 3b9f795

Browse files
authored
Add files via upload
1 parent 7bf3b69 commit 3b9f795

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

nestedlist.html

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Document</title>
7+
</head>
8+
<body>
9+
10+
11+
<ul>
12+
<li>Fruit</li>
13+
<ol>
14+
<li>Banana</li>
15+
<li>Apple</li>
16+
<ul>
17+
<li>Green</li>
18+
<li>Red</li>
19+
</ul>
20+
<li>Pear</li>
21+
</ol>
22+
<li>Vegetable</li>
23+
<li>Meat</li>
24+
</ul>
25+
26+
27+
28+
29+
30+
31+
32+
33+
34+
35+
36+
37+
</body>
38+
</html>

0 commit comments

Comments
 (0)