Ticket #1373: cssTableWithTextChildren.html
| File cssTableWithTextChildren.html, 335 bytes (added by jteh, 15 months ago) |
|---|
| Line | |
|---|---|
| 1 | <html> |
| 2 | <head> |
| 3 | <title>CSS Table with Text Children</title> |
| 4 | </head> |
| 5 | <body> |
| 6 | <h1>CSS Table with Text Children</h1> |
| 7 | <p>The following is a div styled with "display: table". Its only child is a text child which has not been styled with "display: table-cell".</p> |
| 8 | <hr> |
| 9 | <div style="display: table"> |
| 10 | table cell |
| 11 | </div> |
| 12 | </body> |
| 13 | </html> |

