Search
 
SCRIPT & CODE EXAMPLE
 

HTML

bootstrap admin prestashop tpl tabs

<ul class="nav nav-tabs">
  <li class="nav-item active">
    <a data-toggle="tab" class="nav-link active" href="#home">Active</a>
  </li>
  <li class="nav-item">
    <a data-toggle="tab" class="nav-link" href="#menu1">Link</a>
  </li>
  <li class="nav-item">
    <a data-toggle="tab" class="nav-link" href="#menu2">Link</a>
  </li>
</ul>

<div class="tab-content">
  <div id="home" class="tab-pane fade in active show">
    <h3>HOME</h3>
    <p>Some content.</p>
  </div>
  <div id="menu1" class="tab-pane fade">
    <h3>Menu 1</h3>
    <p>Some content in menu 1.</p>
  </div>
  <div id="menu2" class="tab-pane fade">
    <h3>Menu 2</h3>
    <p>Some content in menu 2.</p>
  </div>
</div>
Comment

PREVIOUS NEXT
Code Example
Html :: how to change a single word in a whole paragraph html 
Html :: HTML <q for Short Quotations 
Html :: membuat fitur translate html 
Html :: see emoji flag on desktop 
Html :: Laravel 5: Mostrar HTML con Blade 
Html :: how to inlcudes js in html 
Html :: angular right click not working 
Html :: how to set up html basic workspace 
Html :: WEBSITES WITH INNERHTML 
Html :: Reveal css animations 
Html :: display html table only on screen larger than md 
Html :: how to make a text website 
Html :: COMMENT EFACER UN BORDER DANS UN TABLAEAU 
Html :: electron js linux dependency 
Html :: how to detect what someone typed html code 
Html :: how to show comma separated values in html 
Html :: how add string in all htmls with linux 
Html :: data component attribute 
Html :: .ipynb to html 
Html :: how to create html file in android programmatically 
Html :: <p 
Html :: display letter in html element letter by letter 
Html :: html 2d table 
Html :: change required message html 
Html :: nastro adesivo termico 
Html :: hide phpsessid wordpress plugin 
Html :: important html tags 
Html :: js twice button click 
Html :: toggle button on html 
Html :: html popup message after disappearing 
ADD CONTENT
Topic
Content
Source link
Name
3+2 =