| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <link rel="author" title="Matt Woodrow" href="mwoodrow@apple.com"> | |
| </head> | |
| <body> | |
| <div style="background-color:blue; height: 100px; width: 50px"></div> | |
| <div style="background-color:blue; height: 100px; width: 80px; | |
| position: relative; top: -100px; left: 200px;"></div> | |
| </body> | |
| </html> |