Sun Oct 25, 2009 1:21 pm - How To Put Tab In HTML Code Making tab tag in web pages
#1556
How To Put Tab In HTML Code Making tab tag in web pages
today i wanted to kwnow how i can put a tab on my web page.
is there a HTML tab tag? - NO
Why isn't there one? - I HAVE NO IDEA
How can i put a tab in my web pages?
there are several ways you can make it look like there are tabs in your webpages since there isn't a tab tag in html. so the best thing for now is to use the <pre> tag
the way you can put tab characters in your HTML is by using what's called -preformatted- text with the <pre> tag. here and example:
and this is how it looks like:
is there a HTML tab tag? - NO
Why isn't there one? - I HAVE NO IDEA
How can i put a tab in my web pages?
there are several ways you can make it look like there are tabs in your webpages since there isn't a tab tag in html. so the best thing for now is to use the <pre> tag
the way you can put tab characters in your HTML is by using what's called -preformatted- text with the <pre> tag. here and example:
<pre>
Last First Gender
John Dow Male
Mary Smith Female
</pre>
Last First Gender
John Dow Male
Mary Smith Female
</pre>
and this is how it looks like:
Last First Gender John Dow Male Mary Smith Female
author: web hosting