【每日日报】第四十九天---框架

1 学习html框架

iframe:

<iframe src="URL"></iframe>

设置高度和宽度

<iframe src="demo_iframe.htm" width="200" height="200"></iframe>

移除边框

<iframe src="demo_iframe.htm" frameborder="0"></iframe>

显示目标链接界面

<iframe src="demo_iframe.htm" name="iframe_a"></iframe>
<p><a href="http://www.runoob.com" target="iframe_a">RUNOOB.COM</a></p>

 

2 没问题

3 明天继续

posted @ 2020-08-23 20:11  我试试这个昵称好使不  阅读(103)  评论(0编辑  收藏  举报