我正在尝试使用iframe标记在我的网站中建立一个网站:
<iframe height="100%" width="100%" src="http://www.example.com/">
<p>Your browser does not support the iframe element</p>
</iframe>
不幸的是,这只是显示一个框或边框。我想在我的网站上显示“example.com”。
提前致谢。
答案 0 :(得分:0)
适合我。
https://jsfiddle.net/1a7y6n37/
经过测试:
<iframe height="100%" width="100%" src="https://www.w3schools.com">
<p>Your browser does not support the iframe element</p>
</iframe>