Re: Citing an off-line resource

> How does one cite a book in HTML?

USe the "cite" element:-

<cite>Some Book Title, Some Person, Blargh Press, Date</cite>

I've always wondered whether a citation should go in or out of a
blockquote/q though. I recently decided that I didn't care, and use
them inside as default:-

<blockquote>
   <div>Some quote block</div>
   <div>- <cite>source</cite></div>
</blockquote>

For someone as pedantic as me to say that I don't care... well, it
must be a non-issue :-)

Cheers,

--
Kindest Regards,
Sean B. Palmer
@prefix : <http://purl.org/net/swn#> .
:Sean :homepage <http://purl.org/net/sbp/> .

Received on Thursday, 13 December 2001 15:37:28 UTC