1👍
I think you miss li closing tag in the html
<ul class="tabs">
<li>
<input type="radio" checked name="tabs" id="tab1">
<labels for="tab1">Resource Browser</labels>
<div id="tab-content1" class="tab-content animated fadeIn">
</li>
0👍
I had an extra closing </div>
tag near the closing tags of the first tab element. Special shout out to palafox_e! Thanks homey.
👤Edge
Source:stackexchange.com