]>
Commit | Line | Data |
---|---|---|
5b2b456f VS |
1 | <html> |
2 | <body> | |
3 | <ul> | |
4 | <li>This is line one, try to make page width very small</li> | |
5 | <li>Same with line 2</li> | |
6 | </ul> | |
7 | ------ | |
8 | <table> | |
9 | <tr> | |
10 | <td> | |
11 | <ul><li>Simple list in a table. This table cell may wrap.</li></ul> | |
12 | </td> | |
13 | <td> | |
14 | Second column, unimportant | |
15 | </td> | |
16 | <tr> | |
17 | <tr> | |
18 | <td nowrap> | |
19 | <ul><li>List in a table, this cell should not wrap</li></ul> | |
20 | </td> | |
21 | <td> | |
22 | Second column, unimportant | |
23 | </td> | |
24 | <tr> | |
25 | </table> | |
26 | ||
27 | </body> | |
bb56e01e | 28 | </html> |