문제

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