Definition Lists
Turning a Bulletted List Into a Definition List
Return to Definition Lists Article
- <dl>
- This opens and closes the list. This is similar to the <ol> and <ul> tags for numbered and bulletted lists.
- <dt>
- This is the definition term.
- <dd>
- This is the definition.