基本上我想知道这是否仍然有效作为贺卡。
<div class="vcard">
<h2>Phone Number: <span class="tel">800-288-3875</span></h2>
</div>
谢谢!
答案 0 :(得分:1)
hCard属性不需要是直接后代,它们可以嵌套多个深层(如示例中所示,以及Microformats wiki上的许多示例,例如,请参阅hCard authoring tips page)。
但是,您示例中的hCard不完整,因为它缺少部分required properties,因此某些解析器可能无法识别它。