iframe和页面结构分析

iframe内联框架

<iframe src=""name="hello" frameborder="0" width="800px" height="500px"></iframe>
<a href="https://www.baidu.com"target="hello">点击跳转</a>

在iframe中打开超链接 target中填iframe的名字

src 引用界面地址

name 框架标识名

页面结构分析

常用标签

header 标记头部区域内容

footer标记脚部内容

section web界面中一块独立的区域

arctile 独立的文章内容

aside 侧边栏

nav 导航栏

猜你喜欢

转载自blog.csdn.net/weixin_43903813/article/details/112119355