Bruce Gilbert wrote:

for an address, which way is best

<address>
1st line<br />
2nd line<br />
3rd line<br />
</address>

or


<address>1st line</address>
<address>2nd line</address>
<address>3rd line</address>

TIA!

The first is correct, but <address> should only be used when referencing the author of a document.

http://www.w3.org/MarkUp/html3/address.html
http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.5.3

It's not used for general contact information, which is kind of waste of a good element.

Regards
Geoff Deering



******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

Reply via email to