placeholder image to represent content

HTML Basics

Quiz by Neera Dubey

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

Correct quiz answers unlock more play!

New Quizalize solo game modes
18 questions
Show answers
  • Q1
    What does HTML stand for?
    Home Tool Markup Language
    Hyper Text Markup Language
    Hyperlinks and Text Markup Language
    30s
  • Q2
    Choose the correct HTML element for the largest heading:
    <heading>
    <h6>
    <head>
    <h1>
    30s
  • Q3
    What is the correct HTML element for inserting a line break?
    <br>
    <break>
    <lb>
    30s
  • Q4
    What is the correct HTML for adding a background color?
    <background>yellow</background>
    <body style="background-color:yellow;">
    <body bg="yellow">
    30s
  • Q5
    Choose the correct HTML element to define important text
    <important>
    <strong>
    <i>
    <b>
    30s
  • Q6
    Choose the correct HTML element to define emphasized text
    <italic>
    <em>
    <i>
    30s
  • Q7
    What is the correct HTML for creating a hyperlink?
    <a href="http://www.w3schools.com">W3Schools</a>
    <a url="http://www.w3schools.com">W3Schools.com</a>
    <a>http://www.w3schools.com</a>
    <a name="http://www.w3schools.com">W3Schools.com</a>
    30s
  • Q8
    Which character is used to indicate an end tag?
    /
    ^
    *
    <
    30s
  • Q9
    How can you open a link in a new tab/browser window?
    <a href="url" target="new">
    <a href="url" target="_blank">
    <a href="url" new>
    30s
  • Q10
    Which of these elements are all <table> elements?
    <table><tr><tt>
    <thead><body><tr>
    <table><head><tfoot>
    <table><tr><td>
    30s
  • Q11
    Inline elements are normally displayed without starting a new line.
    FALSE
    True
    30s
  • Q12
    How can you make a numbered list?
    <ol>
    <dl>
    <ul>
    <list>
    30s
  • Q13
    How can you make a bulleted list?
    <dl>
    <ul>
    <list>
    <ol>
    30s
  • Q14
    What is the correct HTML for inserting an image?
    <img src="image.gif" alt="MyImage">
    <image src="image.gif" alt="MyImage">
    <img href="image.gif" alt="MyImage">
    <img alt="MyImage">image.gif</img>
    30s
  • Q15
    What is the correct HTML for inserting a background image?
    <body bg="background.gif">
    <background img="background.gif">
    <body style="background-image:url(background.gif)">
    30s

Teachers give this quiz to your class