summaryrefslogtreecommitdiff
path: root/legacy/other/aligntests/qs.html
blob: 6349049915be02ca58cfddcdee745f8f25d95f84 (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
<html>
<head><title>Alignment test case (quirks)</title></head>
<body>

<center style="border:1px solid red;">
  center
  <table align="right" style="width:70%;">
  <tr>
  <td style="border:1px solid black;">
    table right
    <table style="width:70%;">
    <tr>
    <td style="border:1px solid black;">
      table
    </td>
    </tr>
    </table>
  </td>
  </tr>
  </table>
</center>

</body>
</html>