Shortcodes
- <ul class="nav nav-tabs" id="myTab">
- <li class="active"><a href="#design" data-toggle="tab">Design</a></li>
- <li><a href="#responsive" data-toggle="tab">Responsive</a></li>
- <li><a href="#support" data-toggle="tab">Support</a></li>
- </ul>
- <div class="tab-content tab-demo" id="myTabContent">
- <div class="tab-pane fade in active" id="design">
- <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. </p>
- </div>
- <div class="tab-pane fade" id="responsive">
- <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. </p>
- </div>
- <div class="tab-pane fade" id="support">
- <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. </p>
- </div>
- </div>