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 »