summaryrefslogtreecommitdiff
path: root/src/zope/tal/tests/input/test09.html
blob: 35f481ae6fdbf48cdccc3093af2fa4ceeeef50d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<html>
<body>
<p>
  Just a bunch of text.
<p>more text...
<ul>
  <li>first item
  <li>second item

  <ol>
    <li>second list, first item
    <li>second list, second item
    <dl compact>
      <dt>term 1
      <dt>term 2
      <dd>definition
    </dl>
  </ol>

  <li>Now let's have a paragraph...
    <p>My Paragraph
    </li>

  <li>And a table in a list item:
    <table>
    </table>
</ul>

</body>
</html>