Sha256: 7d9e4f64d0f455014163da042c4e4164b6b1660c1bfdd2085980750f2a41c749
Contents?: true
Size: 674 Bytes
Versions: 6
Compression:
Stored size: 674 Bytes
Contents
<html> <head> <title> Test page for Tables </title> </head> <body> CVS Revision: "$Revision: 1.0 $" <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
6 entries across 6 versions & 2 rubygems