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

Correct quiz answers unlock more play!

New Quizalize solo game modes
50 questions
Show answers
  • Q1

    What HTML  stands for?

    Hyper Text Markup Language

    Hyper Text Markingup Language

    Hype Text Markup Language

    Hype Text Markingup Language

    15s
  • Q2

    This element is the root element of an HTML page

    <html>

    <title>

    <body>

    <head>

    15s
  • Q3

    This element contains meta information about the HTML page

    <head>

    <html>

    <title>

    <body>

    15s
  • Q4

    This element specifies a title for the HTML page (which is shown in the browser's title bar or in the page's tab)

    <title>

    <html>

    <head>

    <body>

    15s
  • Q5

    This element defines the document's body, and is a container for all the visible contents, such as headings, paragraphs, images, hyperlinks, tables, lists, etc.

    <body>

    <html>

    <head>

    <title>

    15s
  • Q6

    This element defines the document's body, and is a container for all the visible contents, such as headings, paragraphs, images, hyperlinks, tables, lists, etc.

    <body>

    <html>

    <head>

    <title>

    15s
  • Q7

    This attribute specifies the path to the image to be displayed

    src

    alt

    img

    url

    15s
  • Q8

    This tag defines a line break, and is an empty element without a closing tag

    [br]

    [hr]

    [li]

    [ul]

    15s
  • Q9

    Use the correct HTML tag to add a heading with the text "London".

    <p>London is the capital city of England. It is the most populous city in the United Kingdom, with a metropolitan area of over 13 million inhabitants.</p>

    [html]London[/html>]

    [hr]London[/hr]

    [h1]London[/h1>]

    [hr]London[/hr]

    15s
  • Q10

    Mark up the text with appropriate tags:

    "Universal Studios Presents" is the most important heading.

    "Jurassic Park" is the next most important heading.

    "About" is the third most important heading.

    The last sentence is just a paragraph.

    Start with the most important heading (the largest) and end with the least important heading (the smallest).

    [h]Universal Studios Presents<[/h]

    [h]Jurassic Park[/h]

    [h]About[/h]

    [p]On the Island of Isla Nublar, a new park has been built: Jurassic Park is a theme park of cloned dinosaurs!![/p]

    [h1]Universal Studios Presents<[/h1]

    [h4]Jurassic Park[/h4]

    [h3]About[/h3]

    [p]On the Island of Isla Nublar, a new park has been built: Jurassic Park is a theme park of cloned dinosaurs!![/p]

    [h2]Universal Studios Presents<[/h2]

    [h4]Jurassic Park[/h4]

    [h5]About[/h5]

    [p]On the Island of Isla Nublar, a new park has been built: Jurassic Park is a theme park of cloned dinosaurs!![/p]

    [h2]Universal Studios Presents<[/h2]

    [h4]Jurassic Park[/h4]

    [h5]About[/h5]

    [p]On the Island of Isla Nublar, a new park has been built: Jurassic Park is a theme park of cloned dinosaurs!![\p]

    15s
  • Q11

    Use the correct HTML tag to add a paragraph with the text "Hello World!".

    [html]

    [body]

    [p1]Hello World![/p1]

    [/body]

    [/html]

    [html]

    [body]

    [p]Hello World![/p]

    [/body]

    [/html]

    [html]

    [body]

    [b]Hello World![/b]

    [/body]

    [/html]

    [html]

    [body]

    [b1]Hello World![/b1]

    [/body]

    [/html]

    15s
  • Q12

    Clean up this document with proper end tags.

    <h1>This is a Heading ______

    </h1>

    <\h1>

    h1

    <//h1>

    15s
  • Q13

    Add a line break in the middle of the paragraph:

    <p>My Bonnie lies _________  over the ocean.</p>

    [p]My Bonnie lies [lb] over the ocean.[/p]

    [p]My Bonnie lies [/lb] over the ocean.[/p]

    [p]My Bonnie lies [br] over the ocean.[/p]

    [p]My Bonnie lies [/br] over the ocean.[/p]

    15s
  • Q14

    Which of the following defines HTML Image attributes to set the size of the image to 250 pixels wide and 400 pixels tall.

    [img src="scream.png" height="250" width="400"]

    [img src="scream.png" width="250" height="400"]

    [img src="scream.png" height="250 pixels" width="400 pixels"]

    [img src="scream.png" width="250 pixels" height="400 pixels"]

    15s
  • Q15

    Add a list item with the text "Coffee" inside the <ul>.

    [ul]

    [li]Coffee[/li]

    [/ul]

    [ul]

    [ol]Coffee[/ol]

    [/ul]

    [ul]

    [li]Coffee

    [/ul]

    [ul]

    [ol]Coffee

    [/ul]

    15s

Teachers give this quiz to your class