Html Tab Tag How Can I Put A Tab In My Html?
html tab tag how can i put a tab in my html?
html, tab, tag, how, can, i, put, a, tab, in, my, html
Html Tab Tag How Can I Put A Tab In My Html?
Post Description: html tab tag how can i put a tab in my html?
POST# 1276
Posted On: Wed Apr 23, 2008 6:07 pm
Webune
Topic: Html Tab Tag How Can I Put A Tab In My Html?
what is the HTML tag for tab

i want to be able to show the tab when i hit my keyboard, but for some reason when i display on the browser, it createts a space and my tab goes away because the distance in between its only one space

how can i put a tab in my html?


Wed Apr 23, 2008 6:18 pm
1
Web Hosting Support
Reply #1949
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>

What do you think?

* name:  

* email:  

* Please enter comments:


Receive Replies on my Comments
(An email will be sent to you when someone replies to your comments)

Add image to comments
yes no             upload
     
  1. Html Tab Tag How Can I Put A Tab In My Html?