HTML and CSS Reference
In-Depth Information
itemtype="http://schema.org/Event">
<span itemprop="name">Welcome from Joe</span><br>
Starts <time itemprop="startDate" datetime="2013-10-05T09:00">
9am on Saturday</time>
</div>
<div itemprop="subEvent" itemscope
itemtype="http://schema.org/Event">
<span itemprop="name">Italian Food Tasting</span><br>
Starts <time itemprop="startDate" datetime="2013-10-05T09:30">
9:30am on Saturday</time>
</div>
<div itemprop="subEvent" itemscope
itemtype="http://schema.org/Event">
<span itemprop="name">Extreme Pizza Tossing</span><br>
Starts <time itemprop="startDate" datetime="2013-10-05T12:00">
12 noon on Saturday</time>
</div>
<h2>Performers</h2>
<ul>
<li itemprop="performer" itemscope
itemtype="http://schema.org/Person">
<span itemprop="name">Giorgio Giove</span>
</li>
<li itemprop="performer" itemscope
itemtype="http://schema.org/Person">
<span itemprop="name">Joe Balochio</span>
</li>
</ul>
<h2>Attendees</h2>
<ul>
<li itemprop="attendee" itemscope
itemtype="http://schema.org/Person">
<span itemprop="name">Matt West</span><br>
<a itemprop="url" href="http://twitter.com/MattAntWest">
@MattAntWest
</a>
</li>
<li itemprop="attendee" itemscope
itemtype="http://schema.org/Person">
<span itemprop="name">Tom Meier</span><br>
<a itemprop="url" href="http://twitter.com/pommytom">
@pommytom
</a>
</li>
</ul>
</div>
Here we have defined an event complete with subevents, performers, and attendees.
Person
Search WWH ::




Custom Search