How To Put Tab In HTML Code Making Tab Tag In Web Pages
How To Put Tab In HTML Code Making Tab Tag In Web Pages
Post Description:
Post Tags: how, to, put, tab, in, html, code, making, tab, tag, in, web, pages
This Post Has Been Viewed 4305 Times Since Sun Jun 03, 2007 4:41 am Posted By hostman with 2 replies
| 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:
<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
Leave Your Comments [ dejar commentarios ]
Comments and replies About How To Put Tab In HTML Code Making Tab Tag In Web Pages
:: 1 :: #54592 - Reply By jbot On Wed May 21, 2008 1:12 am
there used to be tab tag in html 2, but it got taken out of the spec.
if you're developing for the lynx browser, though, you can still use it.
it's only in modern browsers that it doesn't work.
:: 2 :: #54595 - Reply By jbot On Wed May 21, 2008 2:03 am
actually, i made a mistake. it was html 3, not version 2.
here's the link anyway: w3.org/markup/html3/tabs.html