We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bf3b69 commit 3b9f795Copy full SHA for 3b9f795
nestedlist.html
@@ -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