gpt4 book ai didi

html - W3 因

转载 作者:可可西里 更新时间:2023-11-01 13:17:39 24 4
gpt4 key购买 nike

我的应用程序运行良好,但我希望能够在 W3 上完全验证它。

我的问题很简单。我正在使用 Bing JS API 将 Bing map 附加到 Div 标签。在那个 Div 标签中,我有一个 <noscript>如果 javascript 被禁用,调用 MultiMap 静态 map 提供程序的元素。我选择这样做的原因是,如果我不打算实际使用它,我不想调用它。

是否有其他方法可以使 W3 HTML5 有效?

<div id='bingMap' class="largeMap">
<noscript>
<img src="http://developer.multimap.com/API/map/1.2/xxxxxxxxxxxxxxx?zoomFactor=11&amp;width=550&amp;height=400&amp;lat_1=51.18468&amp;lon_1=-114.497999&amp;lat_2=51.169858&amp;lon_2=-114.32549&amp;lat_3=51.083277&amp;lon_3=-114.203964&amp;lat_4=51.063097&amp;lon_4=-114.092031&amp;lat_5=50.939664&amp;lon_5=-113.973568" />
</noscript>
</div>

最佳答案

这也许是:

<html>
<body>
<script type="text/javascript">
document.write("<" + "!--");
</script>
<p>This will be commented out if scripting is supported.</p>
<script type="text/javascript">
document.write("-" + "->");
</script>
</body>
</html>

关于html - W3 因 <noscript> 嵌套在 DIV 标记中而失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4129713/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com