File: itercb.html

package info (click to toggle)
libhtml-element-library-perl 5.220000-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 332 kB
  • sloc: perl: 857; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 221 bytes parent folder | download | duplicates (2)
1
2
3
4
5
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>