Computer Science, asked by inderjeetsahukar, 4 months ago

What is the importance of definition list?​

Answers

Answered by Anonymous
1

Answer:

definition list is a list of terms and corresponding definitions. ... The definition text is typically indented with respect to the term. An alternative format places the term left aligned in a wide margin and the definition on one or more lines to the right of the term.

Answered by IdiosyncraticIndian
0

Answer:

This point of view is contrary to the ethos behind HTML , definition lists are important because they provide a context for the text with which they are associated.

Explanation:

Simply put it is a list of definitions. For the unabridged version read the relevant section in the HTML specification. Basically a definition list is composed of three HTML elements and some text. These are the <dl>, <dt> and <dd> elements.

Similar questions