File: nesting.htm

package info (click to toggle)
libhtml-embperl-perl 1.3.6-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,596 kB
  • ctags: 1,190
  • sloc: ansic: 8,985; perl: 4,584; makefile: 83
file content (48 lines) | stat: -rw-r--r-- 475 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<html>
<head>
<title>Tests for Embperl - Nesting of html and meta commands</title>
</head>


<body>

<table>
	<tr>
		<td>aa</td><td>11</td>
	</tr>

	<tr>
		<td>bb</td><td>22</td>
	</tr>

	<tr>
		<td>cc</td><td>33</td>
	</tr>

	<tr>
		<td>dd</td><td>44</td>
	</tr>
</table>


<table>
	<tr>
<td>aa</td><td>11</td>
</tr>

	<tr>
<td>bb</td><td>22</td>
</tr>

	<tr>
<td>cc</td><td>33</td>
</tr>

	<tr>
<td>dd</td><td>44</td>
</tr>
</table>
<td>aa</td><td>11</td>
</body>
</html>