Which tag do you use to start a list for directions?

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

Which tag do you use to start a list for directions?

Explanation:
When directions need to be shown in a specific order, use an ordered list. The tag that starts this kind of list is the one that creates a numbered sequence: <ol>. Inside it, each step is placed in its own list item with <li>. This setup automatically numbers the steps and keeps the order clear. Using an unordered list (<ul>) would just bullet items without implying order, and a description list (<dl>) is for terms and descriptions rather than a step-by-step sequence. The list item tag (<li>) is used for each step inside either type of list.

When directions need to be shown in a specific order, use an ordered list. The tag that starts this kind of list is the one that creates a numbered sequence:

    . Inside it, each step is placed in its own list item with
  1. . This setup automatically numbers the steps and keeps the order clear. Using an unordered list (
      ) would just bullet items without implying order, and a description list (
      ) is for terms and descriptions rather than a step-by-step sequence. The list item tag (
    • ) is used for each step inside either type of list.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy