summaryrefslogtreecommitdiff
path: root/legacy/other/aligntests/qd.html
blob: c91711aa6509c2dbd2c0a32ff649d97a331814a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<head><title>Alignment test case (quirks)</title></head>
<body>

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

</body>
</html>