This tag is used to create a description list.

Learn web design with our comprehensive test guide. Improve your skills with flashcards and multiple choice questions. Each question includes hints and explanations. Get ready to ace your exam!

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