15 lines
		
	
	
		
			248 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			248 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <html>
 | |
| <head>
 | |
| <title>Test Case: Sticking on an Image</title>
 | |
| </head>
 | |
| <body>
 | |
| <p>Some text</p>
 | |
| <p>Some more text</p>
 | |
| <p><a href="http://www.sun.com"><img src="willie-walker.gif"></a></p>
 | |
| <p>Even more text</p>
 | |
| <p>More text still</p>
 | |
| </body>
 | |
| </html>
 | |
| 
 | |
| 
 |