microformats2/spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-3.html
2013-04-18 22:13:36 -07:00

15 lines
626 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!-- http://microformat2-node.jit.su/h-resume.html -->
<div class="h-resume">
<p class="p-name">Tim Berners-Lee</p>
<div class="p-contact h-card">
<p class="p-title">Director of the World Wide Web Foundation</p>
</div>
<p class="p-summary">Invented the World Wide Web.</p>
<hr>
<p class="p-education h-event h-card">
<span class="p-name p-org">The Queen's College, Oxford University</span>,
<span class="p-description">BA Hons (I) Physics</span>
<time class="dt-start" datetime="1973-09">1973</time>
<time class="dt-end" datetime="1976-06">1976</time></p>
</div>