html: tab char

by prettyscripts on 2008-06-24 16:42:49 • Leave a comment »

html

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 use css. define the left margin… more »

Tags: html, tab