G'day

sam sherlock wrote:
for more details see the link below
http://www.w3.org/MarkUp/html3/address.html

Which is HTML 3 (quite outdated) but says...

"The ADDRESS element specifies such information as address, signature and authorship for the current document"

But...
tee wrote:
I am working on a page that involves with hundred of address in different locations/cities. What is the best way to do?
unordered list,  definition list  or  table data?

Yes, I've used the address element for such purposes too, because I did not know the intention of that element. But going by the quote above, I don't think address would be appropriate here.

A *list* of addresses would probably be best done as a list (ul or ol) until (x)HTML comes up with something more semantic.

Maybe even a table would be semantic in this case - sounds similar to a database/mailing list where each row is a record and each column in that row a field (name, address, phone no. etc).

Regards
--
Bert Doorn, Better Web Design
http://www.betterwebdesign.com.au/
Fast-loading, user-friendly websites

******************************************************
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