Microdata - Dive Into HTML5 - 0 views
-
a third option developed using lessons learned from microformats and RDFa, and designed to be integrated into HTML5 itself: microdata.
-
“Adding microdata” to your page is a matter of adding a few attributes to the HTML elements you already have.
-
So where is the real information? It’s in the <dd> element, so that’s where we need to put the itemprop attribute. Which property is it? It’s the name property. Where is the property value? It’s the text within the <dd> element. Does that need to be marked up? the HTML5 microdata data model says no, <dd> elements have no special processing, so the property value is just the text within the element.
- ...7 more annotations...