test.html 485 B

1234567891011121314151617181920
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. </head>
  5. <body>
  6. <div style="width:100%; height:300px;background-color: red;">
  7. </div>
  8. <div style="margin-top: -100px;">
  9. <iframe src="https://www.baidu.com?" style="width: 100%; height: 500px;" border=0   frameBorder=0   frameSpacing=2   height=450   marginHeight=0   marginWidth=0   name=qst   noResize   scrolling=no  vspale="0"
  10. >
  11. </iframe>
  12. </div>
  13. </body>
  14. </html>