HTML <i>
query_builder | Christopher PisaniThe HTML element <i> changes selected text enclosed in the element and styles it in an italic type to distinct text within a group of text, generally in a paragraph.
<p>I looked at it and thought <i>This can't be real!</i></p>
<p><i class="latin">Musa</i> is one of two or three genera in the family <i class="latin">Musaceae</i>; it includes bananas and plantains.</p>
<p>The term <i>bandwidth</i> describes the measure of how much information can pass through a data connection in a given amount of time.</p>
Available Attributes
No specific attributes are assigned for this element, other than the standard global attributes.