Skip to content

Instantly share code, notes, and snippets.

@manicExpressive
Created January 6, 2012 16:27
Show Gist options
  • Select an option

  • Save manicExpressive/1571298 to your computer and use it in GitHub Desktop.

Select an option

Save manicExpressive/1571298 to your computer and use it in GitHub Desktop.
<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