您可以在微格式中使用换行符 (
) 吗?

发布于 2024-12-12 17:59:00 字数 319 浏览 0 评论 0原文

在微格式中使用换行符
是否有效?例子:

<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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

吃不饱 2024-12-19 17:59:00

您几乎可以将任何您喜欢的元素与微格式一起使用,但有一些例外。您的标记示例完全有效,但是我不会将 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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文