placeholder image to represent content

HTML Tag Review

Quiz by Rex Williams

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