skip to Main Content

Tabs on css again

I can't change the html code according to the assignment. How to make buttons above the content. The difficulty is that the label is included in the tab. When you click on the label, the tab is assigned the class…

VIEW QUESTION

Jquery – selected tabs in different colors

I have a page with a link to another page with tabs. <a href="https://example.com/page#span-01">Goal</a> Here is the HTML <div id="builder_tabs" class="tab-buttons tab-buttons-left"> <ul class="nav nav-tabs"> <li class="active"><a href="#builder_tabs-0" data-toggle="tab"> <span id="span-00">Span00</span></a></li> <li><a href="#builder_tabs-1" data-toggle="tab"> <span id="span-01">Span01</span></a></li> <li><a href="#builder_tabs-2" data-toggle="tab"> <span…

VIEW QUESTION
Back To Top
Search