placeholder image to represent content

HTML review

Quiz by Janet Sterling

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

Correct quiz answers unlock more play!

New Quizalize solo game modes
12 questions
Show answers
  • Q1
    What does HTML means
    Hyper Text markup language
    30s
  • Q2
    What does this tag do? <a href="http://www.cnn.com">CNN</a>
    link to a web site
    30s
  • Q3
    Syntax to change font type of a heading in HTML is
    < h1 style="font-family:verdana;">
    30s
  • Q4
    What is the correct HTML for making a drop-down list?
    <select>
    30s
  • Q5
    What does this tag do in a web page? <img src="steve.jpg">
    Displays an image on the page
    30s
  • Q6
    What tag is used to make the text bold?
    <b>
    30s
  • Q7
    What tag is used to define a new row in a table?
    <tr>
    30s
  • Q8
    How can you make a list that lists the items with bullets?
    <ul>
    30s
  • Q9
    What is the correct HTML for inserting an image?
    <img src="image.gif" alt="MyImage"/>
    30s
  • Q10
    What is the correct HTML tag for inserting a line break?
    <br/>
    30s
  • Q11
    How can you make a list that lists the items with numbers?
    <ol>
    30s
  • Q12
    what the correct HTML tag to make a text italic:
    <i>
    30s

Teachers give this quiz to your class