Difference between revisions of "User:TeoTwawki/Examples/Tabs"
From HomepointXI Wiki
(Tabs example) |
m (Tweak) |
||
Line 1: | Line 1: | ||
<tabs> | <tabs> | ||
− | <tab> first tab </tab> | + | <tab> first tab <br><br><br><br></tab> |
− | <tab> second tab </tab> | + | <tab> second tab <br><br></tab> |
− | <tab> third tab </tab> | + | <tab> third tab <br><br><br><br><br><br></tab> |
− | <tab> Can go on and on </tab> | + | <tab> Can go on and on <br> And tab boxes can be different sized like this <br><br></tab> |
</tabs> | </tabs> | ||
− | <br>Code:<br> | + | <br>Basic Code Example:<br> |
<code><nowiki><tabs></nowiki></code><br> | <code><nowiki><tabs></nowiki></code><br> |
Latest revision as of 00:41, 20 November 2015
first tab
second tab
third tab
Can go on and on
And tab boxes can be different sized like this
And tab boxes can be different sized like this
Basic Code Example:
<tabs>
<tab> first tab </tab>
<tab> second tab </tab>
<tab> third tab </tab>
<tab> Can go on and on </tab>
</tabs>