문제

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