Menu

Tabs

Michael Grantham

Tabs are a new feature added to HTML with EZML. To start with you need the following tags.

<a></a>

and

<tabs></tabs>

you need to make a row with the tabs tag

<tabs></tabs>

than you need to add an a tag with the tab class

<tabs><a class="tab" href="where it should go to">(name of tab)</a></tabs>

you can also display an image in a tabs row

<tabs><img class="imgtab" src="image"/></tabs>

furthermore you can place an image in a physical tab

<tabs><a class="tab" href="where it should go to"><img class="imgtab" src="image"/></a></tabs>