summaryrefslogtreecommitdiff
path: root/wk8/lect/list.html
blob: c61caf8db443d6da81266c633c3bad2f14b78609 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>

<html lang="en">
    <head>
        <title>
            list
        </title>
    </head>
    <body>
        <ol>
            <li>foo</li>
            <li>bar</li>
            <li>baz</li>
        </ol>
    </body>
</html>