File: image-parse.html

package info (click to toggle)
libwww-mechanize-perl 1.18-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 488 kB
  • ctags: 109
  • sloc: perl: 2,315; makefile: 39
file content (19 lines) | stat: -rw-r--r-- 620 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
    <head>
        <TITLE>Testing image extraction</TITLE>
    </head>
    <body>
        <A HREF="http://blargle.com/">blargle</A>
        <FORM>
            And now, the dreaded wango
            <IMG SRC="wango.jpg" ALT="The world of the wango">
            <A HREF="http://www.cnn.com/">CNN</A>
            <INPUT NAME="boobala" TYPE="TEXT">
            <INPUT TYPE="image" SRC="bongo.gif" HEIGHT=142 WIDTH=43>
            <a href="link.htm"><img src="linked.gif"></a>
        </FORM>
        <A HREF="http://www.bbc.co.uk/" NAME="Wilma">BBC</A>
        <A HREF="blongo.html">Blongo!</A>
    </body>
</html>