This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
bootstrap_notes [2016/08/02 09:23] root |
bootstrap_notes [2016/08/02 09:23] (current) root [Bootstrap Tabs] |
||
---|---|---|---|
Line 24: | Line 24: | ||
<code> | <code> | ||
<div id="my-tab-content" class="tab-content"> | <div id="my-tab-content" class="tab-content"> | ||
- | <div class="tab-pane active" id="home"> | + | <div class="tab-pane active" id="home"> |
- | <h3>Home</h3> | + | <h3>Home</h3> |
- | <p>content of home .. </p> | + | <p>content of home .. </p> |
- | </div> | + | </div> |
</code> | </code> | ||
| |