Hello all,
I was wondering: What tags do you use to make definition lists? Like websites that have FAQs or dictionaries? Any help would be greatly appreciated!
To add a definition list to your HTML document, you can use the <DL>, <DT>, and <DD> tags. The text of the words you want to define go after the <DT> tags, and the definition goes after the <DD> tags and this part gets indented. Here's an example:
Bookmarks