Tidy HTML in tests
[html-element-library.git] / t / html / table.html
CommitLineData
67e78ff2 1<table class=supply id="load_data">
f12dee13
MG
2 <tr>
3 <th>name</th>
4 <th>age </th>
5 <th>weight</th>
6 </tr>
7
8 <tr id="data_row">
9 <td id="name"> </td>
10 <td id="age"> </td>
11 <td id="weight"> </td>
12 </tr>
67e78ff2 13</table>
This page took 0.009703 seconds and 4 git commands to generate.