Welcome to Webune,

Webune Offers Web Hosting For Your Websites. Sign Up Today!!

if you want to know if there is a tabs html tag, there is none.

however, that doesn't me you can't put tabs in your text in html code, we will show you how.

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 below, this will show you what we are talking about, check it out




Some text without using 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

as you can see, the text above looks all align, but if you were to look at the html code you would see its tabbed. so we are gonna show you how you can use the pre tag:

The same text using 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

so how did we do this, the following is the HTML code we use:

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>
hope that helps, if you have any questions, please reply with your comments