Given an unordered list with three
<li> elements, this example will produce the following DOM
output:
1
2
3
4
5
|
|
Example:
Add text to the paragraph (notice the bold tag is escaped).
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
|