summaryrefslogtreecommitdiff
path: root/other/aligntests/s1.html
blob: 57013697b942ce1d87c57affafc0bfe0ec036823 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!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>

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

</body>
</html>