i

i
HTML i Element
The <i> element is used to italicize text.
HTML CODE EXAMPLE
Here is an example of <i>italicized text</i>.
<br />
It renders an effect like the em tag, <em>by slanting it</em>.
 
Here is an example of italicized text.
It renders an effect like the em tag, by slanting it.

Attributes for this element:

datetime - the date or date-time the text was deleted
Possible Values:"date-time sysntax as defined here"
cite - refer to a URL that explains why the text was deleted
Possible Values: "URL string"
global attributes - global core attributes
See: list of global attributes

Event handlers for this element:

global event handlers - global event handler attributes
See: list of global event handlers


Related Posts :

  • fieldset fieldset The HTML <fieldset> element is usually used within the <form> ele… Read More...
  • dl dt dd dl dt dd The HTML <dl>, <dt>, and <dd> elements are for bu… Read More...
  • embed embed NOTE: This new element is HTML5 and will be a standardized element in 2014. The … Read More...
  • figcaption figcaption NOTE: This new element is HTML5 and will be a standardized element in 2014. The… Read More...
  • em em The HTML <em> emphasis element is used to place emphasis on text. HTML CODE … Read More...

0 Response to "i"

Post a Comment