aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes what's the syntax for 'tab Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "what Watch "what New topic
Author

what's the syntax for 'tab" in html ?

Artemesia Lakener
Ranch Hand

Joined: Jun 21, 2005
Posts: 162
I know " " is for a space. But I want more spaces like a tab, any html syntax for that ?
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56229
    
  13

No. Indentation is performed via CSS.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15357
    
    6
try 	

Eric
Artemesia Lakener
Ranch Hand

Joined: Jun 21, 2005
Posts: 162
Originally posted by Eric Pascarello:
try 	

Eric


this doesn't work for me...
Artemesia Lakener
Ranch Hand

Joined: Jun 21, 2005
Posts: 162
Originally posted by Bear Bibeault:
No. Indentation is performed via CSS.


thanks, is there any difference between " " and "   " ?

will HTML or browser cut three spaces to one automatically ?
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56229
    
  13

Browsers, except in certain galling cases, are pretty much whitespace agnostic. Whether you use 1 space or 30,000 it will make no difference (except to download speed, of course).
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: what's the syntax for 'tab" in html ?
 
Similar Threads
How to write chart application using netcharts.server.api ?
new tab servlet
Blog advice
sql file problem
How to insert a tab in HTML?