Italic typefr:Italique Italic type is a form of type that slants slightly to the right used to distinguish or otherwise set off certains words within text.
Italics are used for:
If something within a run of italics needs to be italicized itself (for example, the name of a ship within a sentence already italicized for emphasis), the type is switched back to non-italicized ("Roman") type. Italic type can be produced in HTML through the use of the <i> tag, although this usage is deprecated in favor of CSS solutions (see below). When an author wants to indicated emphasized text, which is often rendered in italics, they should use the <em> tag, though this should not be relied on to render in italics. Italic type is achieved in CSS by using the statement font-style: italic;
|
|
This article is licensed under the GNU Free Documentation License. It uses material from Wikipedia article. Browse Wikipedia for more information. |