The Microdata Syntax

A basic example of microdata is given below.
<p itemscope>
<span itemprop="inventor">Tim Berners-Lee</span> created the
<span itemprop="invention">World Wide Web</span>
</p>
Use the itemscope and itemprop attributes, along with descriptive property names, to label your content.


AttributeDescription
itemscopeIt is used to identify the scope of the microdata item—an item being a set of name-value pairs.
itempropDefines the property names, and their associated values.


This example yields the following name value pairs:
Inventor: Tim Berners-Lee
Invention: World Wide Web
Related Tutorial
Follow Us
https://www.facebook.com/Rookie-Nerd-638990322793530 https://twitter.com/RookieNerdTutor https://plus.google.com/b/117136517396468545840 #
Contents +