We are using Bootstrap for implementing tabs in our application.
Putting Tabs using below markup
<ul class="nav nav-pills col-sm-12">
<li>Tab logic</li>
</ul>
Putting Tab content using below markup
<div class="tab-content col-sm-12">
</div>
Tab content is Div to show specific view. But When I check browser console, I see below error in console.
Kindly suggest help.
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.
for (int i = 0; i < MyTabModel.Count; i++) {-
for (int i = 0; i < Model; i++)
{
Model ,Model )
}
}
– Ankit Chitransh Sep 14 '16 at 13:41