| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
| <html> |
| <head> |
| <title>CSS 2.1 Test Suite: border</title> |
| <style type="text/css"> |
| body { color: blue; } |
| td, span {border: 2px solid blue;} |
| </style> |
| <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-properties" title="8.5 Border properties"> |
| </head> |
| <body> |
| <table> |
| <tr> |
| <td colspan="2"> |
| There should be a blue border around this sentence. |
| </td> |
| </tr> |
| <tr> |
| <td> |
| There should be a blue border around this sentence. |
| </td> |
| <td> |
| <table> |
| <tr> |
| <td> |
| There should be <strong><em>two</em> blue borders</strong> around this sentence. |
| </td> |
| </tr> |
| </table> |
| </td> |
| </tr> |
| </table> |
| </body> |
| </html> |