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
tag
the way you can put tab characters in your HTML is by using what's called -preformatted- text with thetag. 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