Created
January 10, 2014 09:03
-
-
Save siteslave/8348853 to your computer and use it in GitHub Desktop.
[ประกอบหนังสือ Bootstrap]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <ul class="nav nav-tabs"> | |
| <li class="active"> | |
| <a href="#home" data-toggle="tab">Home</a> | |
| </li> | |
| <li> | |
| <a href="#inbox" data-toggle="tab">Inbox</a> | |
| </li> | |
| <li> | |
| <a href="#send" data-toggle="tab">Send</a> | |
| </li> | |
| <li> | |
| <a href="#contact" data-toggle="tab"> | |
| Contact | |
| </a> | |
| </li> | |
| </ul> | |
| <div class="tab-content"> | |
| <div class="tab-pane active" id="home"> | |
| Home content. | |
| </div> | |
| <div class="tab-pane" id="inbox"> | |
| Inbox list. | |
| </div> | |
| <div class="tab-pane" id="send"> | |
| Send list. | |
| </div> | |
| <div class="tab-pane" id="contact"> | |
| Contact list. | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment