File: table-alt.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 (17 lines) | stat: -rw-r--r-- 479 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<table class=supply id="load_data">
	<tr>
		<th>name</th>
		<th>age </th>
		<th>weight</th>
	</tr>
	<tr id="iterate1" BGCOLOR="white" >
		<td id="name">   NATURE BOY RIC FLAIR  </td>
		<td id="age">    35                    </td>
		<td id="weight"> 220                   </td>
	</tr>
	<tr id="iterate2" BGCOLOR="#CCCC99">
		<td id="name">   NATURE BOY RIC FLAIR  </td>
		<td id="age">    35                    </td>
		<td id="weight"> 220                   </td>
	</tr>
</table>