Diferencia entre revisiones de «Usuario:Lmorillas/modulo lenguajes de marcas/html5/microdata»

De WikiEducator
Saltar a: navegación, buscar
(Página creada con '{{TEP}} * http://diveintohtml5.info/extensibility.html * http://diveintohtml5.info/examples/person-plus-microdata.html * http://www.whatwg.org/specs/web-apps/current-work/mult…')
 
Línea 7: Línea 7:
  
  
* Itemscope
+
; Itemscope
 
: Indicates the element is a microdata element and its child elements are part of its microdata format.
 
: Indicates the element is a microdata element and its child elements are part of its microdata format.
* Itemtype
+
; Itemtype
 
:  Defines the vocabulary to be used by the microdata format.
 
:  Defines the vocabulary to be used by the microdata format.
* Itemid
+
; Itemid
 
: The unique identifier of the item, if defined by the microdata vocabulary.
 
: The unique identifier of the item, if defined by the microdata vocabulary.
* Itemprop
+
; Itemprop
 
: An individual data element.
 
: An individual data element.
* Itemref
+
; Itemref
 
: Allows a microdata element to reference another element on the page to define it by either HTML id or by itemid.
 
: Allows a microdata element to reference another element on the page to define it by either HTML id or by itemid.

Revisión de 20:10 9 may 2013

Road Works.svg Trabajo en proceso, espera cambios frecuentes. Tu ayuda y retroalimentación son bienvenidos.
Ver página de charlas.
Road Works.svg



Itemscope
Indicates the element is a microdata element and its child elements are part of its microdata format.
Itemtype
Defines the vocabulary to be used by the microdata format.
Itemid
The unique identifier of the item, if defined by the microdata vocabulary.
Itemprop
An individual data element.
Itemref
Allows a microdata element to reference another element on the page to define it by either HTML id or by itemid.