File: position.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 (13 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
	<head></head>
	<body>
		<table>
			<tr>
				<td>a<td>a<td>a<td>a
			</tr>
			<tr>
				<td>a<td>a<td id=findme>a<td>a
			</tr>
		</table>
	</body>
</html>