| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
| <title>CSS 2.1 Test Suite: border-bottom</title> |
| td { text-align: center; } |
| td, span, .three { border-bottom: blue 2px solid; } |
| <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-properties" title="8.5 Border properties"> |
| <p>There should be a solid blue line directly under every occurrence of the word "<span>HERE ⇩</span>". (So there should be 8 blue lines on this page.)</p> |
| <li class="three">HERE ⇩</li> |
| <li class="three">HERE ⇩</li> |