Add itercb, fid, fclass methods
[html-element-library.git] / t / html / itercb.html
1 <body>
2 <table><thead><tr><th>First Name</th><th>Last Name</th><th>Option</th></tr></thead>
3 <tbody>
4 <tr><td class="first">First</td><td class="last">Last</td><td class="option">1</td></tr>
5 </tbody></table>
6 </body>
This page took 0.018029 seconds and 4 git commands to generate.