我们正在使用Bootstrap在我们的应用程序中实现选项卡。
使用以下标记放置标签
<ul class="nav nav-pills col-sm-12">
<li>Tab logic</li>
</ul>
使用以下标记放置标签内容
<div class="tab-content col-sm-12">
</div>
标签内容为Div以显示特定视图。但是当我检查浏览器控制台时,我在控制台中看到以下错误。
请建议帮助。
Browser Version IE11
Unexpected DOCTYPE. Only one DOCTYPE is allowed and it must occur before any elements.
Extra "<html>" tag found. Only one "<html>" tag should exist per document.
Extra "<body>" tag found. Only one "<body>" tag should exist per document.
答案 0 :(得分:0)
我的猜测是你的HTML中的IE语句可能有。
关注official documentation of IE:&#34;不再支持条件评论&#34; 。
请在http://codepen.io/上提供完整的代码,以便提供更好的解决方案。
答案 1 :(得分:0)
这是因为