Computer Science, asked by dharunikajegan, 3 months ago

Definition lists values appear within tags____________

a. <DL>&</DL> b. <TD & /TD> c. <DL & DL\>​

Answers

Answered by maksudexy
1

Confusion:

a. <dl> & </dl>

Explanation:

The <dl> tag defines a description list.

Description lists use one set of <dl></dl> tags wrapped around one or more groups of <dt></dt> (name) and <dd></dd> (value) tags. You must pair at least one <dt></dt> with at least one <dd></dd>, and the <dt></dt> should always come first in the source order.

The <dl> tag is used in conjunction with <dt> (defines terms/names) and <dd> (describes each term/name).

Please mark Branliest if you are helped anyhow by my answer.

Similar questions