File: itercb-exp.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 (8 lines) | stat: -rw-r--r-- 394 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
<body>
  <table><thead><tr><th>First Name</th><th>Last Name</th><th>Option</th></tr></thead>
  <tbody>
  <tr><td class="first">Foo</td><td class="last">Bar</td><td class="option">2</td></tr>
  <tr><td class="first">Bar</td><td class="last">Bar</td><td class="option">3</td></tr>
  <tr><td class="first">Baz</td><td class="last">Bar</td><td class="option">4</td></tr>
  </tbody></table>
</body>