Computer Science, asked by lizadash0407, 5 hours ago

two other elements associated with definition list
please ​

Answers

Answered by biswalsarita68
0

Answer:

HTML Description List or Definition List displays elements in definition form like in dictionary. The <dl>, <dt> and <dd> tags are used to define description list. The 3 HTML description list tags are given below: <dl> tag defines the description list. <dt> tag defines data term.

Answered by bhavi91352
1

Answer:

A definition list is a list of terms and corresponding definitions. Definition lists are typically formatted with the term on the left with the definition following on the right or on the next line. 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. If the DT term does not fit in the DT column (one third of the display area), it may be extended across the page with the DD section moved to the next line, or it may be wrapped onto successive lines of the left hand column.

Explanation:

Please mark me as brainliest

Similar questions