File: table.html

package info (click to toggle)
libhtml-element-library-perl 5.220000-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 336 kB
  • ctags: 45
  • sloc: perl: 857; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
<table class=supply id="load_data">
	<tr>
		<th>name</th>
		<th>age </th>
		<th>weight</th>
	</tr>

	<tr id="data_row">
		<td  id="name">    </td>
		<td  id="age">     </td>
		<td  id="weight">  </td>
	</tr>
</table>