Title / Description
Code <!DOCTYPE html> <html lang="en-US"> <head> <link rel="stylesheet" href="styleguide.css"> <meta charset="utf-8"> <title> Mysterious Page of Tables </title> </head> <body> <hr> <h1> Mysterious Page of Tables </h1> <hr> <table id="graphone" style="width:100%"> <caption> Goat birth Dates </caption> <tr> <th>Goat name</th> <th>type</th> <th>Birth Date</th> <th>Year</th> </tr> <tr> <td>Cinnamon</td> <td>2 boys</td> <td>March 10</td> <td>2015</td> </tr> <tr> <td>Silky</td> <td>1 boy</td> <td>March 14</td> <td>2015</td> </tr> <tr> <td>Pebbles</td> <td>2 girls, 1 boy</td> <td>March 14</td> <td>2015</td> </tr> </table> <!-- border-collapse:collapse collapses multiple borders into one line. --> <!-- <tr> table-rows, <td> table-data, <th> Table-headers. --> </body> </html>
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code