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

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

</body>
</html>