By eHow Internet Editor
Rate: (1 Ratings)
In HTML text is italicized by giving the CSS property font-style a value of italic, or, more traditionally, enclosing it in the HTML I (or EM element.
P, SPAN, or DIV, enclose it in a SPAN by placing an opening tag before it and a closing tag afterwards.
STYLE attribute to the element surrounding the text to be italicized.STYLE="font-style: italic; "CLASS attribute to that element, specifying a class defined as being italicized with a declaration such as the following:.my-italicized-class { font-style: italic; }
tag before the text and a closing tag afterwards.
eHow Internet Editor