Sha256: 3803ebb0ae70e318505d974a15f16653799eacb8e749bb8ba12dfcbb0e0b8453
Contents?: true
Size: 376 Bytes
Versions: 16
Compression:
Stored size: 376 Bytes
Contents
<!doctype html> <head> <title> Test page for Tables </title> </head> <body> <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
16 entries across 16 versions & 2 rubygems