GuideML - I Tag
Created | Updated Apr 20, 2012
This displays the text between the <i> and </i> tags in italics.
Syntax and Usage
This is an HTML tag, so it can be upper or lower case, but we recommend lower case.
<i>...text...</i>
Simply put <i> and </i> tags round the text you want to be in italics.
Known Issues
None.
Example
In this line, the word italic is in italics.
<p>In this line, the word <i>italic</i> is in italics.</p>