3 div { display: inline-block; border:
2px solid red; padding:
10px; }
7 This is a baseline alignment test for inline blocks. The last lines of the two red-bordered
8 inline blocks should line up and be on the baseline.
11 <div>This is block
<br>number one. This line is the last one.
</div>
12 <div style=
"padding-bottom:40px">This is
<br>number two.
13 <div style=
"border:0px; display:block">This line is the last one.
</div>
15 More text on the line.
<br>