Skip to content

Instantly share code, notes, and snippets.

@lgranger
Created October 26, 2015 21:15
Show Gist options
  • Save lgranger/3210d22ff468015ae7ba to your computer and use it in GitHub Desktop.
Save lgranger/3210d22ff468015ae7ba to your computer and use it in GitHub Desktop.
<table border="1">
<thead>
<tr>
<th colspan="3">
This is a Regular Table
</th>
</tr>
<tr>
<th>
language
</th>
<th>
1
</th>
<th>
2
</th>
</tr>
</thead>
<tr>
<td style="text-align: center">
spanish
</td>
<td>
uno
</td>
<td>
dos
</td>
</tr>
<tr>
<td style="text-align: center">
english
</td>
<td>
one
</td>
<td>
two
</td>
</tr>
</table>
<table border="1" style="font-family: helvetica; border-collapse: collapse; text-align: center">
<thead>
<tr>
<th colspan="3" style=" font-style: italic;">
This is An Awesome Table
</th>
</tr>
<tr>
<th>
language
</th>
<th>
1
</th>
<th>
2
</th>
</tr>
</thead>
<tr>
<td>
spanish
</td>
<td>
uno
</td>
<td>
dos
</td>
</tr>
<tr>
<td >
swahili
</td>
<td>
moja
</td>
<td>
mbili
</td>
</tr>
<tr>
<td >
english
</td>
<td>
one
</td>
<td>
two
</td>
</tr>
<tr>
<td>
japanese
</td>
<td>
ichi
</td>
<td>
ni
</td>
</tr>
</table>
<table>
<table border="1" style="font-family: helvetica; border-collapse: collapse; text-align: center">
<thead>
<tr>
<th colspan="3" style="font-family: cursive; font-style: strong; background-color: 24D7A7">
This is An Awesome-er Table
</th>
</tr>
<tr>
<th>
language
</th>
<th>
1
</th>
<th>
2
</th>
</tr>
</thead>
<tr>
<td>
spanish
</td>
<td>
uno
</td>
<td>
dos
</td>
</tr>
<tr>
<td >
swahili
</td>
<td>
moja
</td>
<td>
mbili
</td>
</tr>
<tr>
<td >
english
</td>
<td>
one
</td>
<td>
two
</td>
</tr>
<tr>
<td>
japanese
</td>
<td>
ichi
</td>
<td>
ni
</td>
</tr>
<tr>
<td >
tagalog
</td>
<td>
isa
</td>
<td>
dalawa
</td>
</tr>
<tr>
<td >
french
</td>
<td>
un
</td>
<td>
deux
</td>
</tr>
<tr>
<td >
babylonian
</td>
<td>
<img src="./one.png"/ width="40%" height="40%" >
</td>
<td>
<img src="two.png"/ width="40%" height="40%" >
</td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment