【发布时间】:2016-05-11 16:20:16
【问题描述】:
我正在设计的网站上的所有页面都是有效的 XHTML 1.0 Strict,除了主页具有从“我的地图”生成的 Google 地图链接
<div id="map">
<iframe src="https://www.google.com/maps/d/embed?mid=zBNEhg5_DRUg.ke97rR7SIh5I" width="320" height="240"></iframe>
</div>
错误是:
there is no attribute "src"
there is no attribute "width"
there is no attribute "height"
element "iframe" undefined
我读过的一些文章建议用替代品替换这些文章,但我不确定如何做。
是否有理由不在 Google 中使用地图生成器?
【问题讨论】:
标签: html google-maps iframe