Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Used by
Element em
Annotations
The em element indicates that a word or phrase is being emphasized or stressed. The typical typographic presentation is italicized.
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
<em 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>
</em>
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.