Semantic markup for a person's name or business nameI think the address tag
is specifically intended for the author contact for the page itself (and
only used once on a page).
for hCard markup see this page: http://microformats.org/wiki/hCard
If you want tools that use microformats (such as the "Operator" Firefox
plugin) to see it you should use hCard property names for the classnames
and enclose the whole thing in an element with the class "vcard".
fn
post-office-box
extended-address
street-address
locality
region
postal-code
country-name
tel
use "fn" for the person's name (fn is required for a valid hCard)
eg: <span class="fn">John Smith</span>
"street-address" instead of "street"
...etc...
If you need to put something outside the "vcard" container that needs to be
seen as part of that hCard (eg for something that is repeated), you can use
"include-pattern" - http://microformats.org/wiki/include-pattern.
(only if you really need to - this does rely on parsers having DOM-like
functions)
If you just want to mark up an address rather than a contact with a name
there is also "adr" - http://microformats.org/wiki/adr
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************