| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <style> | |
| img { | |
| vertical-align: bottom; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <div style="position: absolute; top: 10px; left: 10px;">foobar foobar foobar</div> | |
| <div style="position: absolute; top: 100px; left: 10px;"><img src="foo.jpg" width=100px height=100px></div> | |
| </body> | |
| </html> |