This tag is used to create a description list.

Prepare for the Web Design EOPA Test. Study with interactive quizzes and multiple-choice questions, complete with hints and detailed explanations. Get ready for your web design certification!

Multiple Choice

This tag is used to create a description list.

Explanation:
Description lists group terms with their descriptions. The tag used to create a description list is the description list element, <dl>. Inside <dl> you define each term with <dt> and provide its description with <dd>. This differs from unordered lists, which use <ul> for bullets, and ordered lists, which use <ol> for numbers; <li> marks each item within those lists. For example, a description list might look like <dl><dt>HTML</dt><dd>Hypertext Markup Language</dd></dl>.

Description lists group terms with their descriptions. The tag used to create a description list is the description list element,

. Inside
you define each term with
and provide its description with
. This differs from unordered lists, which use
    for bullets, and ordered lists, which use
      for numbers;
    1. marks each item within those lists. For example, a description list might look like
      HTML
      Hypertext Markup Language
      .

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy