Sha256: f00139393e0b3f7f03e2f8f2f7e2af606710c1edbbf6e449890c51aa9c1f079b
Contents?: true
Size: 334 Bytes
Versions: 62
Compression:
Stored size: 334 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Uneven Table</title> </head> <body> <table border="0" cellspacing="5" cellpadding="5"> <tr> <th>Header 1</th> <th>Header 2</th> <th>Header 3</th> </tr> <tr> <td>Data 1</td> <td>Data 2</td> </tr> </table> </body> </html>
Version data entries
62 entries across 62 versions & 1 rubygems