frame_vsides_rules_none.html 978 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
  2. <html lang="en"><head>
  3. <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  4. <title>Frame="vsides" and Rules="none"</title>
  5. <link rel="stylesheet" type="text/css" href="bordercol.css" />
  6. </head>
  7. <body>
  8. <table rules="none" frame="vsides">
  9. <caption><a name="void-none">Frame="vsides" and Rules="none"</caption>
  10. <thead>
  11. <tr>
  12. <td>Row 1, Cell 1</td>
  13. <td>Row 1, Cell 2</td>
  14. <td>Row 1, Cell 3</td>
  15. </tr>
  16. </thead>
  17. <tbody>
  18. <tr>
  19. <td rowspan="2">Row 2, Cell 1</td>
  20. <td colspan="2">Row 2, Cell 2</td>
  21. </tr>
  22. <tr>
  23. <td>Row 3, Cell 2</td>
  24. <td rowspan="2">Row 3, Cell 3</td>
  25. </tr>
  26. <tr>
  27. <td colspan="2">Row 4, Cell 1</td>
  28. </tr>
  29. </tbody>
  30. <tfoot>
  31. <tr>
  32. <td>Row 5, Cell 1</td>
  33. <td>Row 5, Cell 2</td>
  34. <td>Row 5, Cell 3</td>
  35. </tr>
  36. </tfoot>
  37. </table>
  38. </body>
  39. </html>