質問

Basically I'm wondering if this is still effective as an hcard.

<div class="vcard">
<h2>Phone Number: <span class="tel">800-288-3875</span></h2>
</div>

Thanks!

役に立ちましたか?

解決

hCard properties don't need to be direct descendants, they can be nested several layers deep (as in your example, and many of the examples on the Microformats wiki, e.g. see the hCard authoring tips page).

However, the hCard in your example is incomplete because it lacks some of the required properties, so some parsers might not recognise it.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top