Add itercb, fid, fclass methods
[html-element-library.git] / t / html / itercb.html
diff --git a/t/html/itercb.html b/t/html/itercb.html
new file mode 100644 (file)
index 0000000..386c958
--- /dev/null
@@ -0,0 +1,6 @@
+<body>
+  <table><thead><tr><th>First Name</th><th>Last Name</th><th>Option</th></tr></thead>
+  <tbody>
+  <tr><td class="first">First</td><td class="last">Last</td><td class="option">1</td></tr>
+  </tbody></table>
+</body>
This page took 0.009905 seconds and 4 git commands to generate.