- Forums
- HTML
- How To Put Tab In HTML Code Making Tab Tag In Web Pages
This Page Contains information about How To Put Tab In HTML Code Making Tab Tag In Web Pages By wallpaperama in category HTML with 9 Replies. [704], Last Updated: Sat May 18, 2024
wallpaperama
Sun Jun 03, 2007
9 Comments
17341 Visits
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