Things You'll Need:
- Text of HTML editor
-
Step 1
Find the text you want to italicize. If it is not already surrounded by an HTML element such as
P,SPAN, orDIV, enclose it in aSPANby placing an openingtag before it and a closingtag afterwards. -
Step 2
Add the following
STYLEattribute to the element surrounding the text to be italicized.STYLE="font-style: italic; "
Alternatively, add aCLASSattribute to that element, specifying a class defined as being italicized with a declaration such as the following:.my-italicized-class { font-style: italic; } -
Step 3
Type in the content that you want to italicize and selcet "Find Next." You should now see the matching content highlighted in the document.
-
Step 1
Find the text to be italicized.
-
Step 2
Place an opening
tag before the text and a closingtag afterwards.









