Html 内嵌其他网页属性标签代码

Html 内嵌其他网页属性标签代码

HTML ‘iframe’ 标签的 height 属性

 

<body bgcl=bgcolor="Olive" link="White">
<p align="center">
<h1>内嵌其他网页</h1>
</p>
<hr>
<p align="center"><!--⬅️属性标签是剧中 -->
<iframe src ="httP://linwute.com" width="500" height="600"></iframe>
<!--⬆️ 内嵌其他网页 -->
</p>
</body>

<iframe src ="http://linwute.com" width="500" height="600"></iframe>
<!--⬆️ 内嵌其他网页 -->

 

<iframe id="inlineFrameExample"
    title="Inline Frame Example"
    width="300"
    height="200"
    src="https://www.openstreetmap.org/export/embed.html?bbox=-0.004017949104309083%2C51.47612752641776%2C0.00030577182769775396%2C51.478569861898606&layer=mapnik">
</iframe>
743 Views
分享你的喜爱
linwute
linwute

我要像梦一样自由,像大地一样宽容;
在艰辛放逐的路上,点亮生命的光芒;
我要像梦一样自由,像天空一样坚强;
在曲折蜿蜒的路上,体验生命的意义;

留下评论

您的电子邮箱地址不会被公开。 必填项已用 * 标注