July 2006
-
FAQ
I recently started my quest for the perfect FAQ. With perfect I mean that it has to be XHTML valid, semantic, accessible and viewed by as many different browsers as possible. First thing I did is set up the semantic XHTML part, for wich I opted to use the definition list tag <dl>.
<dl> <dt>Question #1</dt> <dd>Anwser to question #1</dd> <dt>Question #2</dt> <dd>Anwser to question #2</dd>...

