您可以在微格式中使用换行符 (
) 吗?
在微格式中使用换行符
是否有效?例子:
<div class="vcard">
<div class="fn">John Doe</div>
<div class="adr">
<div class="street-address">
123 Orange Blossom Lane<br/>
Calm Ocean, FL 33033
</div>
</div>
</div>
Is it valid to use a line break <br/>
within a Microformat? Example:
<div class="vcard">
<div class="fn">John Doe</div>
<div class="adr">
<div class="street-address">
123 Orange Blossom Lane<br/>
Calm Ocean, FL 33033
</div>
</div>
</div>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您几乎可以将任何您喜欢的元素与微格式一起使用,但有一些例外。您的标记示例完全有效,但是我不会将 br 元素放在那里。您也可以/应该使用微格式标记城市/州/邮政编码。我拼凑了一个快速小提琴: http://jsfiddle.net/jalbertbowdenii/jwcab/
you can use virtually any element you like with microformats, with a few exceptions. your markup example is perfectly valid, however i wouldn't put the br element there. and you could/should markup the city/state/zip with microformats as well. i threw together a quick fiddle: http://jsfiddle.net/jalbertbowdenii/jwcab/