nested-1-ref.html 340 B

1234567891011
  1. <!DOCTYPE HTML>
  2. <html>
  3. <body>
  4. <div style="width:400px; height:500px; overflow:hidden; border:2px solid black">
  5. <div style="width:300px; height:800px; overflow:hidden; border:2px solid blue; margin-top:-50px">
  6. <div style="height:450px"></div>
  7. <div style="height:200px; background:purple"></div>
  8. </div>
  9. </div>
  10. </html>