summaryrefslogtreecommitdiff
path: root/other/aligntests/s0.html
blob: 387c2d5ab18565e3b7ab6588cc97ec737f43747e (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 (standards)</title></head>
<body>

<div align="center" style="width:70%; border:1px solid green;">
  div center
  <div style="text-align:left; margin-left:0; margin-right:auto; width:70%; border:1px solid green;">
    div css left
    <div style="width:70%; border:1px solid green;">
      div
      <div style="width:70%; border:1px solid green;">
        div
      </div>
    </div>
  </div>
</div>

</body>
</html>