summaryrefslogtreecommitdiff
path: root/legacy/other/aligntests/si.html
blob: 9f0fc434dea04ef12bb4db2657ae31cdb85a0e61 (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
25
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
        "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head><title>Alignment test case (standards)</title></head>
<body>

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

</body>
</html>