Search
 
SCRIPT & CODE EXAMPLE
 

HTML

Tabbable nav

<div class="tabbable"> <!-- Only required for left/right tabs -->
  <ul class="nav nav-tabs">
    <li class="active"><a href="#tab1" data-toggle="tab">Section 1</a></li>
    <li><a href="#tab2" data-toggle="tab">Section 2</a></li>
  </ul>
  <div class="tab-content">
    <div class="tab-pane active" id="tab1">
      <p>I'm in Section 1.</p>
    </div>
    <div class="tab-pane" id="tab2">
      <p>Howdy, I'm in Section 2.</p>
    </div>
  </div>
</div>
Comment

PREVIOUS NEXT
Code Example
Html :: add link to text using span html 
Html :: cast2tv.net not working 
Html :: setup webfont with cdn font awesome 
Html :: toc bootstrap 
Html :: description list attributes html 
Html :: react hooks html onchange two functions 
Html :: site language localize by ip 
Html :: sticky footer css grids 
Html :: mdboostrap lazy loading 
Html :: star icon angular material 
Html :: html blank page template 
Html :: Uncaught TypeError: CanvasRenderingContext2D.drawImage: Argument 1 could not be converted to any of: HTMLImageElement, SVGImageElement, HTMLCanvasElement, HTMLVideoElement, OffscreenCanvas, ImageBitmap 
Html :: How to start an html 
Html :: html one page template free 
Html :: bootstrap move navlink to left side 
Html :: in what language is html written 
Html :: ahref html 
Html :: Hyper-text markup language 
Css :: placeholder font size 
Css :: center div in middle of page 
Css :: table add margin between rows 
Css :: not clickable css 
Css :: css wordwrap 
Css :: how to give shadow to navbar 
Css :: table overflow scroll horizontal css 
Css :: css select all elements except last css 
Css :: disable text wrap css 
Css :: css select last character 
Css :: css selector start with 
Css :: separar letras en css 
ADD CONTENT
Topic
Content
Source link
Name
3+5 =