there is no tab tag in html. but there is a way you can display a tab with html.
you can use the pre tag, here is an example i have:
without the pre:
hi webune visitor
i wrote this with a tab
now im back to normal
here is another tab
yes a deeper tab
another one here
and even deeper level tab
im back to lele3
level 2
more here
back to lelvel 1
now with the pre tag:
hi webune visitor
i wrote this with a tab
now im back to normal
here is another tab
yes a deeper tab
another one here
and even deeper level tab
im back to lele3
level 2
more here
back to lelvel 1
code i used:
<pre>
hi webune visitor
i wrote this with a tab
now im back to normal
here is another tab
yes a deeper tab
another one here
and even deeper level tab
im back to lele3
level 2
more here
back to lelvel 1
</pre>