Hi Andreas,

I use a definition list.

Usually, if the list is long, I have the list of questions at the top
as an unordered list with links to anchors further down the page too.

e.g.

<ul>
<li><a href="#q1">Q1</a></li>
<li><a href="#q2">Q2</a></li>
...
<li><a href="#qn">Qn</a></li>
</ul>

<dl>
<dt><a name="q1"></a>Q1</dt>
<dd>Answer to Q1</dd>
<dt><a name="q2"></a>Q2</dt>
<dd>Answer to Q2</dd>
...
</dl>

Joe


On Mon, 4 Oct 2004 10:31:38 +1000, Andreas Boehmer
<[EMAIL PROTECTED]> wrote:
> Hi guys,
> 
> I am in the process of creating a FAQ section in one of my websites and I
> was wondering what would be the best tags to use for the questions/answers?
> 
> Perhaps there is no standard, but I was wondering whether a definition (DT,
> DD) would be applicable? Doesn't really sound right to me, but it would be
> nice to use specific tags to easily identify questions and answers on a FAQ
> page, don't you think?
> 
> Thanks for the feedback!
> 
> Andreas.
> 
> ******************************************************
> The discussion list for  http://webstandardsgroup.org/
> 
>  See http://webstandardsgroup.org/mail/guidelines.cfm
>  for some hints on posting to the list & getting help
> ******************************************************
> 
> 



-- 
Gmail invites - just ask nicely
******************************************************
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