hyatt | c4697c7 | 2004-07-14 19:56:18 +0000 | [diff] [blame] | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> |
2 | <html> | ||||
3 | <head> | ||||
4 | <style> | ||||
5 | .table { | ||||
6 | background-color: purple; | ||||
7 | color: white; | ||||
8 | height: 100%; | ||||
9 | } | ||||
10 | |||||
11 | .outer { | ||||
12 | border: 3px solid red; | ||||
13 | margin: 1em; | ||||
14 | } | ||||
15 | </style> | ||||
16 | </head> | ||||
17 | <body> | ||||
18 | |||||
19 | <table class=outer> | ||||
20 | <tr><td><table class=table><tr><td>Table One</table><table class=table><tr><td>Table Two</table></td></tr> | ||||
21 | </table> | ||||
22 | |||||
23 | <table class=outer> | ||||
24 | <tr><td><div class=table>Div One</div><div class=table>Div Two</div> | ||||
25 | </table> |