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>
971 Views