Skip to content

Instantly share code, notes, and snippets.

@anhnguyen1618
Created February 26, 2020 19:13
Show Gist options
  • Save anhnguyen1618/ea898a58e1bb2dc120370315391daeff to your computer and use it in GitHub Desktop.
Save anhnguyen1618/ea898a58e1bb2dc120370315391daeff to your computer and use it in GitHub Desktop.
<table>
<tbody>
<tr style="background-color: red">
<td>Donna</td>
<td>2016-10-01</td>
<td></td>
</tr>
<tr style="background-color: red">
<td>Nansen</td>
<td>2016-11-05</td>
<td>2016-11-14</td>
</tr>
<tr style="background-color: red">
<td>Peppe</td>
<td>2016-11-05</td>
<td>2016-11-14</td>
</tr>
<tr>
<td>J'Sira</td>
<td>2012-02-28</td>
<td>2012-03-14</td>
</tr>
<tr>
<td>Billie</td>
<td>2015-08-14</td>
<td>2015-10-09</td>
</tr>
<tr>
<td>Peyton</td>
<td>2015-08-14</td>
<td>2015-10-09</td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment