Sha256: d0ec5200563a5849c2019d7907647d29f590d9e7fbba99f9dac90732cc8dafdc
Contents?: true
Size: 375 Bytes
Versions: 6
Compression:
Stored size: 375 Bytes
Contents
<html> <head> <title> Test page for Tables </title> </head> <body> CVS Revision: "$Revision: 1.0 $" <br> <br> <table > <tr> <td> Row 1 Col1 </td> <td> Row 1 Col2 </td> </tr> <tr> <td> Row 2 Col1 </td> <td> Row 2 Col2 </td> </tr> <tr> <td> Row 3 Col1 </td> <td> Row 3 Col2 </td> </tr> </table> </body> </html>
Version data entries
6 entries across 6 versions & 2 rubygems