File: screwy.html

package info (click to toggle)
libhtml-tableparser-perl 0.43-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 604 kB
  • sloc: perl: 927; makefile: 2
file content (65 lines) | stat: -rw-r--r-- 864 bytes parent folder | download | duplicates (3)
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
  <head>
    <title>screwy table</title>
  </head>

  <body>
    <h1>screwy table</h1>


<table
  bgcolor = white
  cellspacing = 2
  border = 2
  cellpadding = 1
  >

<tr>
<th colspan=2> Widget
<th rowspan=2 colspan=2> Snacks
<th colspan=4> Prices

<tr>
<th rowspan=2> A
<th rowspan=2> B
<th rowspan=2> 1
<th rowspan=2> 2
<th colspan=2 > 3

<tr>
<th> Sn 1
<th> Sn 2
<th> 3.1
<th> 3.2

<tr>
<td colspan=2> Both
<td> MM1
<td> MB1
<td rowspan=2> 11.1
<td> 22.2
<td> 1-3.1.1
<td> 1-3.2.1

<tr>
<td> A
<td> B
<td> MM2
<td> MB2
<td> 33.3
<td> 2-3.1.1
<td> 2-3.2.1

</table>



    <hr>
    <address><a href="mailto:djerius@cfa.harvard.edu">Diab Jerius</a></address>
<!-- Created: Fri Dec 10 10:13:06 EST 1999 -->
<!-- hhmts start -->
Last modified: Fri Dec 10 10:31:57 EST 1999
<!-- hhmts end -->
  </body>
</html>