Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Used by
Element i
Annotations
The i element represents a span of text whose typical typographic presentation is italicized, for any reason other than being emphasized (see em) or being the title of a work (see cite). It can signal an alternate voice or mood, or it can otherwise set off text from the normal prose. Such uses include words used as words, letters used as letters, taxonomic designations, technical terms, key terms, foreign words, ship names, thoughts, “see” and “see also” in indexes, and various other uses.
Diagram
Diagram attributes_xsd_Attribute_Group_microdata--group.tmp#microdata--group phrasing_xsd_Element_a.tmp#a phrasing_xsd_Element_small.tmp#small phrasing_xsd_Element_strong.tmp#strong phrasing_xsd_Element_sub.tmp#sub phrasing_xsd_Element_sup.tmp#sup phrasing_xsd_Element_br.tmp#br phrasing_xsd_Element_s.tmp#s phrasing_xsd_Element_u.tmp#u phrasing_xsd_Element_ruby.tmp#ruby phrasing_xsd_Element_Group_span--group.tmp#span--group_span phrasing_xsd_Element_Group_span--group.tmp#span--group
Properties
content complex
mixed true
Used by
Children a, br, ruby, s, small, span, strong, sub, sup, u
Instance
<i itemprop="" itemscope="" itemtype="">
  <a class="" itemprop="" itemscope="" itemtype="">{1,1}</a>
  <small>{1,1}</small>
  <strong itemprop="" itemscope="" itemtype="">{1,1}</strong>
  <sub>{1,1}</sub>
  <sup class="">{1,1}</sup>
  <br>{1,1}</br>
  <s>{1,1}</s>
  <u class="" itemprop="" itemscope="" itemtype="">{1,1}</u>
  <ruby>{1,1}</ruby>
  <span class="" data-translation-instructions="" itemprop="" itemscope="" itemtype="">{1,1}</span>
</i>
Attributes
QName Type Use Annotation
itemprop xs:string optional
"property-name" — adds a property to a microdata item. The name of the property can be a word or URL, and the value is the ‘content’ of the element with this attribute.
itemscope restriction of xs:string optional
Defines a group of name-value pair(s), called an item
itemtype xs:anyURI optional
defines the item’s type when used on the same element as itemscope. The itemtype value is a URL that acts as an identifying vocabulary name.