Home  >  Q&A  >  body text

html5 - 一个html 页面能嵌套另一个html页面吗?

如题,后台穿过来一个html页面,可以嵌套进去吗?就是`
<html>
<html></html>
</html>

PHP中文网PHP中文网2742 days ago1353

reply all(3)I'll reply

  • 伊谢尔伦

    伊谢尔伦2017-04-17 14:00:55

    If you don’t consider compatibility standards, it’s totally fine

    reply
    0
  • PHPz

    PHPz2017-04-17 14:00:55

    It is best to use iframe to introduce another HTML page, so that the same page display effect can be achieved.

    reply
    0
  • 高洛峰

    高洛峰2017-04-17 14:00:55

    Iframes work. Please see the documentation for details.

    reply
    0
  • Cancelreply