summaryrefslogtreecommitdiff
path: root/other/aligntests/s8.html
blob: 4a1c5b5de0643e1d23f7f6bb2c06eb3f5ed649c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
        "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head><title>Alignment test case (quirks)</title></head>
<body>

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

</body>
</html>