
Educators: Earn a free Gold upgrade by joining the PBwiki Back To School Challenge.
The dl tag is used for creating a definition list.
The dl tag does not have any attributes other than the standard attributes (id, class, title, style, dir, lang, xml:lang).
When using a definition list, you must also incorporate the dt and dd tags.
A definition list will look like this.
<dl> <dt>Definition term goes here</dt> <dd>Term definition goes here</dd> </dl>
http://www.w3schools.com/tags/tag_dl.asp
Page Information
|
Wiki Information |
Recent PBwiki Blog Posts |