Skip to content

Instantly share code, notes, and snippets.

@mwender
Created November 14, 2013 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mwender/7468730 to your computer and use it in GitHub Desktop.
Save mwender/7468730 to your computer and use it in GitHub Desktop.
Properly formatted table HTML for use on new.triadsemi.com
<table>
<caption>Wafer Fab</caption>
<colgroup>
<col style="width: 25%;" />
<col style="width: 25%;" />
<col style="width: 25%;" />
<col style="width: 25%;" />
</colgroup>
<thead>
<tr>
<th></th>
<th>ISO 9001:2008</th>
<th>ISO/TS 16949:2009</th>
<th>ISO 14001:2004</th>
</tr>
</thead>
<tbody>
<tr>
<td>AMS</td>
<td class="center">[fa class="fa-check-circle-o fa-2x"]</td>
<td class="center">[fa class="fa-check-circle-o fa-2x"]</td>
<td class="center">[fa class="fa-check-circle-o fa-2x"]</td>
</tr>
<tr>
<td>TowerJazz</td>
<td class="center">[fa class="fa-check-circle-o fa-2x"]</td>
<td class="center">[fa class="fa-check-circle-o fa-2x"]</td>
<td class="center">[fa class="fa-check-circle-o fa-2x"]</td>
</tr>
<tr>
<td>MagnaChip</td>
<td class="center">[fa class="fa-check-circle-o fa-2x"]</td>
<td class="center">[fa class="fa-check-circle-o fa-2x"]</td>
<td class="center">[fa class="fa-check-circle-o fa-2x"]</td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment