Unlock hundreds more features
Save your Quiz to the Dashboard
View and Export Results
Use AI to Create Quizzes and Analyse Results

Sign inSign in with Facebook
Sign inSign in with Google

HTML tags test: which tag is valid?

Quick, free html tag quiz with instant feedback and explanations.

Editorial: Review CompletedCreated By: Jessie GroftUpdated Aug 27, 2025
Difficulty: Moderate
2-5mins
Learning OutcomesCheat Sheet
Paper art illustration with HTML code symbols floating around a quiz title to identify valid tag on teal background

This quiz helps you identify the valid HTML tag in each question, build speed, and learn the basics, with instant feedback and a shareable score. Continue with the html and css quiz, review markup ideas in the xml statements quiz, or practice logic in the JavaScript control structures quiz.

Which of the following is a standard HTML5 tag?
<section>
<pane>
<row>
<card>
undefined
Which of the following is a standard HTML5 tag?
<nav>
<navigation>
<menu-bar>
<navbar>
undefined
Which of the following is a standard HTML5 tag for images?
<img>
<image>
<picturebox>
<bitmap>
undefined
Which of these is a valid HTML5 semantic tag?
<story>
<article>
<post>
<entry>
undefined
Which tag is valid for defining a hyperlink in HTML5?
<linkto>
<a>
<goto>
<hyperlink>
undefined
Which of the following is a valid HTML5 grouping tag?
<group>
<container>
<block>
<div>
undefined
Which of the following is a valid HTML5 image grouping tag?
<figure>
<gallery>
<illustration>
<pictureframe>
undefined
Which tag is valid for providing a caption to a figure in HTML5?
<figcaption>
<figtitle>
<captiontext>
<legendtext>
undefined
Which form-related element is valid in HTML5?
<chooser>
<optionset>
<picker>
<datalist>
undefined
The <font> element is a standard tag in modern HTML5.
False
True
undefined
The <time> element is a valid HTML5 tag for machine-readable dates and times.
True
False
undefined
Which tag is valid for marking sample output in HTML5?
<sample>
<out>
<samp>
<stdout>
undefined
The <keygen> element is a current standard HTML5 tag.
True
False
undefined
The <ruby> element is a valid HTML5 tag for annotations.
False
True
undefined
Which tag is valid for indicating text direction isolation in HTML5?
<isolang>
<ltr-rtl>
<diriso>
<bdi>
undefined
Which of the following is a valid HTML5 output-related element?
<compute>
<result>
<output>
<calc>
undefined
The <slot> element is a valid HTML tag used with Web Components.
False
True
undefined
The <content> element is the standard way to project children in modern Web Components.
False
True
undefined
The <hgroup> element is a current standard HTML5 tag.
False
True
undefined
The <bdo> element is a valid HTML5 tag for overriding text direction.
True
False
undefined
0

Study Outcomes

  1. Identify Valid HTML Tags -

    Spot which of the following is a valid HTML tag by recognizing correct tag names and angle bracket syntax.

  2. Understand HTML Element Components -

    Explain how start tags, end tags, and self-closing tags combine to form the structure of web page elements.

  3. Differentiate Standard vs. Invalid Tags -

    Distinguish between official HTML tags and common mistakes using html tag trivia to ensure accuracy.

  4. Apply Tag Syntax Rules -

    Use proper nesting, attribute placement, and closing conventions to craft valid HTML elements.

  5. Evaluate Your Knowledge Through the Quiz -

    Challenge yourself with valid html tag quiz questions to reinforce html elements identification skills.

Cheat Sheet

  1. Tag Syntax Fundamentals -

    Every HTML element uses angle brackets to form a start tag like <tag> and an end tag like </tag>, except for self-closing tags. Remember the simple mnemonic "S for start, E for end" to ace your html elements identification. (Source: W3C Recommendation)

  2. Semantic vs. Non-Semantic Tags -

    Semantic tags such as <article>, <header> and <footer> clearly describe their purpose, while <div> and <span> are non-semantic containers. Recognizing these in your valid html tag quiz boosts accessibility and SEO, a key html tag trivia point. (Source: MDN Web Docs)

  3. Self-Closing Tags -

    Some tags never wrap content: <br> for line breaks, <img> for images, and <hr> for thematic breaks. Spotting these is crucial when answering which of the following is a valid html tag in a fast-paced quiz. (Source: HTML Living Standard)

  4. Proper Nesting Rules -

    HTML elements must be nested correctly - never overlap tags like <em><strong>…</em></strong>. Following a strict "in before out" rule helps you avoid common errors in the html tags list. (Source: University of Washington HTML Guidelines)

  5. HTML5 New Elements -

    HTML5 introduced rich structure with <nav>, <section> and <aside>, making your pages more meaningful. Familiarity with these additions will give you confidence in any valid html tag quiz or html tag trivia challenge. (Source: WHATWG)

Powered by: Quiz Maker