Skip to content

Instantly share code, notes, and snippets.

View danielmorrisdesign's full-sized avatar

Daniel Morris danielmorrisdesign

  • Siemens
  • Rotterdam
View GitHub Profile
@aarongustafson
aarongustafson / undoing-tables.html
Last active May 17, 2024 04:31
A Strategy for Undoing Tables
<table>
<thead>
<tr>
<th scope="col">Name</th>
<th scope="col">Email</th>
<th scope="col">Dept, Title</th>
<th scope="col">Phone</th>
</tr>
</thead>
<tbody>