There is no tag to do this, but you can wrap a span tag around the first word and use CSS to add padding or you can simply add several ' ' before the first word.
the current practice is to use Cascading style sheets to change how your text is displayed. to make text italic with stylesheets you can use a span tag with a class HTML <span...
To indent a paragraph of text using XHTML, simply enclose the paragraph in an opening and closing <blockquote> tag.the <blockquote> tag is used for quoted text, not for indenting text. If...