593243-1-ref.html (646B)
1 <!DOCTYPE HTML> 2 <html> 3 <body style="width: 600px; height: 400px;"> 4 <div style="position: absolute; left: 0px; top: 0px; 5 width=600px height=600px"> 6 <div style="position: absolute; left: 0px; top: 0px; 7 width: 600px; height: 400px; 8 background-color: green;"></div> 9 <div style="position: absolute; left: 300px; top: 400px; 10 width: 100px; height: 100px; 11 background-color: red;"></div> 12 <div style="position: absolute; left: 0px; top: 500px; 13 width: 600px; height: 100px; 14 background-color: yellow;"></div> 15 </div> 16 </body> 17 </html>