Created
January 6, 2012 16:27
-
-
Save manicExpressive/1571298 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <style> | |
| table | |
| { | |
| border-collapse:collapse; | |
| } | |
| table,th, td | |
| { | |
| border: 1px solid black; | |
| } | |
| td,th {text-align: left;padding: 5px;} | |
| th {font-weight: bold;} | |
| </style> | |
| <table> | |
| <tr> | |
| <th>Senators</th> | |
| <th>State</th> | |
| <th>Public Events</th> | |
| <th>Scheduled Meetings</th> | |
| </tr> | |
| <tr> | |
| <td>senators</td> | |
| <td>what state they represent</td> | |
| <td>known public events</td> | |
| <td>known scheduled meetings</td> | |
| </tr> | |
| </table> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment