1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
6 <meta http-equiv=
"Content-Type" content=
"text/html; charset=iso-8859-1" />
7 <link rel=
"stylesheet" type=
"text/css" href=
"style.css" />
12 p { clear: left; margin:
0; padding:
1em; }
16 border:
2px solid blue;
31 background-color:#eeeeee;
39 <p> "ONE" and
"TWO" below should be on the same line.
</p>
41 <ul><li><span>ONE
</a></li><li><span class=
"last">TWO
</a></li><div></div></ul>
43 <p> "ONE" and
"TWO" below should be on different lines.
</p>
45 <ul><li><span>ONE
</a></li><li style=
"clear:left"><span class=
"last">TWO
</a></li><div></div></ul>
47 <p> "ONE" and
"TWO" below should be on the same line.
</p>
49 <ul><li><span>ONE
</a></li><li><span class=
"last">TWO
</a></li></ul>
51 <p> "ONE" and
"TWO" below should be on different lines.
</p>
53 <ul><li><span>ONE
</a></li><li style=
"clear:left"><span class=
"last">TWO
</a></li></ul>