E-mail List Archives
Is Definition List the best solution here?
From: Angela French
Date: Jun 14, 2017 11:36AM
- Next message: Swift, Daniel P.: "Re: Is Definition List the best solution here?"
- Previous message: Lower, Laurie: "Re: JAWS isn't reading tagged and recently touched up .pdfs"
- Next message in Thread: Swift, Daniel P.: "Re: Is Definition List the best solution here?"
- Previous message in Thread: None
- View all messages in this Thread
Hello,
I'd like some opinions/explanations on whether using <dl><dt> and <dd> is the best way to approach something similar to what follows here where we need to display multiple instances of the same terms, but they would have different definitions.
<dl>
<dt>Book Title: </dt><dd>foo</dd>
<dt>Author: </dt><dd>foo</dd>
<dt>ISBN: </dt><dd>foo</dd>
<dt>Year Published: </dt><dd>foo</dd>
<dt>Book Title: </dt><dd>foo</dd>
<dt>Author: </dt><dd>foo</dd>
<dt>ISBN: </dt><dd>foo</dd>
<dt>Year Published: </dt><dd>foo</dd>
Etc.
</dl>
Or would each set be a separate definition list <dl>? Or is there some other better way to handle this?
Thanks
Angela French
Internet/Intranet Specialist
Washington State Board for Community and Technical Colleges
360-704-4316
<EMAIL REMOVED> <mailto: <EMAIL REMOVED> >
www.sbctc.edu<http://www.sbctc.edu/>
- Next message: Swift, Daniel P.: "Re: Is Definition List the best solution here?"
- Previous message: Lower, Laurie: "Re: JAWS isn't reading tagged and recently touched up .pdfs"
- Next message in Thread: Swift, Daniel P.: "Re: Is Definition List the best solution here?"
- Previous message in Thread: None
- View all messages in this Thread