HTML Lists and Links Quiz

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Themes
T
Themes
Community Contributor
Quizzes Created: 1529 | Total Attempts: 1,128,881
| Questions: 8 | Updated: May 22, 2026
Please wait...
Question 1 / 9
🏆 Rank #--
0 %
0/100
Score 0/100

1. What tag is used to create an unordered list in HTML?

Explanation

In HTML, the `

    ` tag is used to create an unordered list, which is a list of items where the order does not matter. Each item in the list is typically marked with a bullet point. This tag is essential for organizing content in a visually appealing way, making it easier for users to read and navigate through the information presented. In contrast, `
    ` creates an ordered list, `
  1. ` defines individual list items, and `
    ` is used for description lists.
Submit
Please wait...
About This Quiz

2.

What first name or nickname would you like us to use?

You may optionally provide this to label your report, leaderboard, or certificate.

2. Which tag is used to specify a list item in both ordered and unordered lists?

Explanation

The `

  • ` tag is used to define a list item in both ordered (`
      `) and unordered (`
      `) lists in HTML. It indicates each individual item within these list structures, allowing for organized presentation of content. The `
        ` tag is for unordered lists, which display items with bullet points, while the `
      ` tag is for ordered lists, which number the items. The `
    1. ` tag must be nested within these list tags to function correctly, making it essential for creating structured lists in web development.
  • Submit

    3. What is the default marker type for an ordered list?

    Explanation

    In HTML, an ordered list is designed to present items in a specific sequence, which is why it uses numbers as the default marker type. This numerical format helps to indicate the order of the items clearly, making it easier for readers to understand the hierarchy and importance of each point. Unlike unordered lists, which use bullet points or shapes to denote items without a specific sequence, ordered lists emphasize the progression or ranking of the listed elements.

    Submit

    4. Which tag is used to create a definition list in HTML?

    Explanation

    The `

    ` tag in HTML is specifically used to create a definition list, which is a structured way to present terms and their corresponding definitions. Inside a definition list, the `
    ` tag is used for the term, while the `
    ` tag is used for the definition. This format allows for clear organization and readability, making it ideal for presenting glossary-like information. In contrast, `
      ` and `
      ` tags are used for ordered and unordered lists, respectively, while `
    • ` is used to define individual list items within those lists.
    Submit

    5. How do you create a hyperlink in HTML?

    Explanation

    In HTML, hyperlinks are created using the anchor tag ``. This tag requires an `href` attribute, which specifies the URL the link points to. The text between the opening and closing `` tags is what users will see and click on. For example, `text` creates a clickable link labeled "text" that directs users to the specified URL when clicked. Other options listed do not represent valid HTML syntax for creating hyperlinks.

    Submit

    6. What does the target attribute '_blank' do in an anchor tag?

    Explanation

    The target attribute '_blank' in an anchor tag is used to specify that the linked document should open in a new window or tab. This allows users to view the linked content without losing their current page, enhancing navigation and user experience. When a link is clicked, the browser interprets the '_blank' value and creates a new browsing context, ensuring that the original page remains open and accessible. This is particularly useful for external links or resources that users may want to explore without interrupting their current session.

    Submit

    7. Which protocol is used to create email links in HTML?

    Explanation

    The "mailto:" protocol is used in HTML to create email links that enable users to send emails directly from a webpage. When a user clicks on a link formatted with "mailto:", their default email client opens with a new message window, pre-filled with the specified recipient's email address. This functionality enhances user experience by simplifying the process of initiating an email, making it convenient for website visitors to contact the site owner or any designated email address.

    Submit

    8. What is the purpose of the <img> tag in an image link?

    Explanation

    The <img> tag is used in HTML to embed images within a webpage. Its primary function is to display an image, allowing users to see visual content directly on the page. When used in conjunction with a hyperlink, it can create clickable images that redirect users to another location, but the fundamental purpose of the <img> tag itself is to render the image rather than create or style links.

    Submit
    ×
    Saved
    Thank you for your feedback!
    View My Results
    Cancel
    • All
      All (8)
    • Unanswered
      Unanswered ()
    • Answered
      Answered ()
    What tag is used to create an unordered list in HTML?
    Which tag is used to specify a list item in both ordered and unordered...
    What is the default marker type for an ordered list?
    Which tag is used to create a definition list in HTML?
    How do you create a hyperlink in HTML?
    What does the target attribute '_blank' do in an anchor tag?
    Which protocol is used to create email links in HTML?
    What is the purpose of the <img> tag in an image link?
    play-Mute sad happy unanswered_answer up-hover down-hover success oval cancel Check box square blue
    Alert!