Sha256: 737ea60ea2c1822e2c26732f1cb5534a47d1bbd62ef5ce016ea1c61bbd2c8ed1
Contents?: true
Size: 685 Bytes
Versions: 16
Compression:
Stored size: 685 Bytes
Contents
<!doctype html> <head> <title> Test page for Tables </title> </head> <body> <br> <br> The table below has 2 smaller tables, one on each row <br> red is the main table green is a table and grey is also a table <table border =1 bgcolor=red> <tr> <td><table bgcolor=grey ><tr> <td> subtable1 Row 1 Col1 </td> <td> subtable1 Row 1 Col2 </td> </tr> </table> </td> </tr> <tr> <td><table bgcolor=silver><tr> <td> subtable2 Row 1 Col1 </td> <td> subtable2 Row 1 Col2 </td> </tr> </table> </td> </tr> </table> </body> </html>
Version data entries
16 entries across 16 versions & 2 rubygems