|
Posted by chromatic_aberration on 02/02/06 01:06
Jukka K. Korpela wrote:
> Or you could make it a table, which is actually more logical
> than it may sound. For more notes on this, see
> http://www.cs.tut.fi/~jkorpela/html/address.html
Interesting!
I think one could also argue for the use of a definition list, for about
the same reasons:
<dl class="address">
<dt>Addressee</dt>
<dd class="addressee">Somebody</dd>
<dt>Street address</dt>
<dd class="streetAddress">Somewhere</dd>
<dt> ...
<dd> ...
</dl>
and then, you could omit the dt's:
<dl class="address">
<dd class="addressee">Somebody</dd>
<dd class="streetAddress">Somewhere</dd>
<dd> ...
</dl>
--
cheers
/chromatic_aberration
Navigation:
[Reply to this message]
|