InterviewSolution
Saved Bookmarks
| 1. |
Explain definition lists with an example. |
|
Answer» As you might expect, definition lists begin and end with the tags <DL> and </DL>. However, unlike the unordered and ordered lists, definition lists are not based on list items. They are instead based on term-definition pairs. |
|