Which HTML tag is used to create a description list?
-
-
-
The
- tag is used for creating a description list in HTML. A description list pairs terms with their corresponding descriptions. Inside a
- for the term (or name) and
- for its description. This is especially useful for glossaries, metadata presentations, or key-value pairs.
- element, you would typically use
-
Loading...
Related Quiz
- Which attribute is used in the video tag to make sure the video controls like play, pause, and the seek bar are available to the user?
- The _____ element is used to link external CSS files.
- Suppose you have multiple inline elements that need to be aligned vertically center. How would you achieve this using CSS?
- The ______ meta tag property is vital for SEO purposes.
- Imagine you are building a pricing page with a table layout, and you are asked to ensure that specific cells are highlighted dynamically based on user interaction. How would you implement this while keeping the table layout clean and accessible?