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>
有帮助吗?

解决方案

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/

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top