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

<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>

</body>
</html>