by prettyscripts on 2008-06-24 16:42:49
there is no tab character in html.
to indent text on web page like a tab in word processors, this can still be achieved.
prefix the text with the required number of space char . this is not a nice way.
or a better way, use css. define the left margin.