Sha256: 92128c93acf4e17f92b2d52ba07e9a1a9148f8166e299671378578f527211b58
Contents?: true
Size: 676 Bytes
Versions: 40
Compression:
Stored size: 676 Bytes
Contents
<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
40 entries across 40 versions & 2 rubygems