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
|
<html>
<head>
<TITLE>Testing image extraction</TITLE>
<style>
background-color:white;
background-image:url(/Images/bg-gradient.png);
</style>
</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><img src="hacktober.jpg" id="first-hacktober-image" class="my-class-1"><img src="hacktober.jpg" class="my-class-2 foo"><img src="hacktober.jpg" class="my-class-3 foo bar"><img src="http://example.org/abs.tif" id="absolute"><img data-image="hacktober.jpg" id="no-src-regression-269">
<div style="background:url(images/logo.png) no-repeat;background-size:275px 95px;" id="logo">Logo</div>
<img src="inner.jpg" style="background-image: url(outer.jpg); padding: 5em" id="weird_background_style_edge_case">
</body>
</html>
|