"To a computer, the Web is a flat, boring world, devoid of meaning. This is a pity, as in fact documents on the Web describe real objects and imaginary concepts, and give particular relationships between them."
| Presentational | Semantic |
|---|---|
| <i> | <em> |
| <b> | <strong> |
| <strike> | <del> |
| <font> | <h1> |
<ul>
<li><a href="link1.html">Link 1</a></li>
<li><a href="link2.html">Link 2</a></li>
<li><a href="link3.html">Link 3</a></li>
</ul>
| Bad | Good |
|---|---|
| <p class="red"> | <p class="error"> |
| <td class="right-red"> | <td class="number negative"> |
| <img class="black-border-large"> | <img class="personal-photo"> |
"Microformats are small bits of HTML that represent things like people, events, tags, etc. in web pages."
"building on the shoulders of giants"
http://www.andypemberton.com/
Andy
Pemberton
Consultant
http://www.captechventures.com CapTech Ventures
<div >
<a href="http://www.andypemberton.com/">
<span >Andy</span>
<span >Pemberton</span>
</a>
<span >Consultant</span>
<a href="http://www.captechventures.com">CapTech Ventures</a>
</div>
<div class="vcard">
<a class="url fn n" href="http://www.andypemberton.com/">
<span class="given-name">Andy</span>
<span class="family-name">Pemberton</span>
</a>
<span class="title">Consultant</span>
<a class="org" href="http://www.captechventures.com">CapTech Ventures</a>
</div>
