I adding some Microdata in a page of a site. This site is standard html ,not html 5. I can add something like this without change heading of my pages?
<div itemscope itemtype="http://data-vocabulary.org/Person">
<h1 itemprop="name">Mark Pilgrim</h1>
</div>