1 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
4 <meta http-equiv=
"Content-Type" content=
"text/html; charset=iso-8859-1">
7 h1 { border:
3px solid red; }
13 <p>These
<h1
>s should all be left-aligned:
</p>
15 <h1 style=
"width: auto;">sample
</h1>
16 <h1 style=
"width: 10em;">sample
</h1>
18 <p>These
<p
>s should be (and are) left-aligned:
</p>
20 <p style=
"width: auto;">sample
</p>
21 <p style=
"width: 10em;">sample
</p>