| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" | |
| "http://www.w3.org/TR/html4/strict.dtd"> | |
| <html> | |
| <head> | |
| <title></title> | |
| </head> | |
| <body> | |
| <div> | |
| The text below should be centered since text-align does inherit in strict mode. | |
| </div> | |
| <div style="text-align: center;"> | |
| <table style="border: 1px solid black;"> | |
| <tr> | |
| <td style="width: 100px;">hello.</td> | |
| </tr> | |
| </table> | |
| </div> | |
| </body> | |
| </html> |