placeholder image to represent content

HTML Tag Review

Quiz by Rex Williams

Feel free to use or edit a copy

includes Teacher and Student dashboards

Measure skills
from any curriculum

Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.

With a free account, teachers can
  • edit the questions
  • save a copy for later
  • start a class game
  • view complete results in the Gradebook and Mastery Dashboards
  • automatically assign follow-up activities based on students’ scores
  • assign as homework
  • share a link with colleagues
  • print as a bubble sheet

Our brand new solo games combine with your quiz, on the same screen

Correct quiz answers unlock more play!

New Quizalize solo game modes
8 questions
Show answers
  • Q1
    This tag creates bullet points
    <ul>
    <li>
    <ol>
    <p>
    30s
  • Q2
    This tag is used for normal text.
    <html>
    <h1>
    <body>
    <p>
    30s
  • Q3
    Everything that appears on the page has to appear in this tag.
    <p>
    <!DOCTYPE html>
    <body>
    <head>
    30s
  • Q4
    Which image is correct?
    <img src=http://www.images.com/pic.jpeg>
    <img href="http://www.images.com/pic.jpeg">
    <img src="http://www.images.com/pic.jpeg">
    <img src="http://www.images.com/pic.jpeg"
    30s
  • Q5
    Which link is correct?
    <a src="www.google.com">Link to Google</a>
    <a href="www.google.com"></a>
    <a href="www.google.com">Link to Google</a>
    <a href="www.google.com>Link to Google<a>
    30s
  • Q6
    Which attribute controls image size?
    img="200"
    size="200"
    height="200"
    small="200"
    30s
  • Q7
    Which doctype is correct?
    <!DOCTYPE html>
    <!doctype html>
    <!DOCTYPE HTML>
    <DOCTYPE html>
    30s
  • Q8
    Which heading has the largest text?
    <h6>
    <h5>
    <h1>
    <h2>
    30s

Teachers give this quiz to your class