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

Correct quiz answers unlock more play!

New Quizalize solo game modes
20 questions
Show answers
  • Q1

    How do you create a table row?

    With an opening and closing <tr> tag.

    With an opening and closing <td> tag.

    With an opening and closing <table> tag.

    With an opening and closing <th> tag.

    60s
  • Q2

     Which of the following tag is used to begin creating a table in an HTML document?

    </table>

    <table>

    </tbl>

    <tbl>

    60s
  • Q3

    Which of the following will create a column in an HTML table?

    <td>

    <tcol>

    <col>

    <data>

    60s
  • Q4

    Tables allow web developers to arrange _________?

    data such as only text, into columns

    data such as text, images and links to other content into rows

    data such as only images into rows and columns

    data such as text, images and links to other content into rows and columns

    60s
  • Q5

     A set of opening, and closing tags are _____ to create a table.

    required

    optional

    unnecessary

    rows

    60s
  • Q6

    The <td> tag is used to create a

    heading

    column

    table

    row

    60s
  • Q7

    What are the horizontal line part of the table?

    data

    rows

    header

    columns

    60s
  • Q8

    What is the correct HTML element for adding a background color?

    <background color="red">

    <body bgcolor="yellow">

    <background>blue</background>

    <style="background-color:pink;">

    60s
  • Q9

    What is the correct HTML element for inserting a background image?

    <body background=”image.gif”>

    <image src="pic.jpg"

    <body style="background-image:url(picture.jpg)">

    <background img="picture.jpg">

    60s
  • Q10

    Which element is correct for inserting an image in html?

    <img src=pic_mountain.jpg>

    <img src="pic_mountain.jpg">

    <src img="pic.png">

    <img "pic_mountain.jpg">

    60s
  • Q11

    Which of the following is a body attribute?

    background image

    all of these are attributes

    bg color

    text color

    60s
  • Q12

    Which attribute indicates the alignment of the table?

    cellspacing

    align

    cellpadding

    valign

    60s
  • Q13

    What attribute specifies the space between the border of a table cell and its contents?

    cellspacing

    align

    cellpadding

    valign

    60s
  • Q14

    What attribute indicates the distance between the cells?

    cellspacing

    align

    valign

    cellpadding

    60s
  • Q15

    Which HTML element change the background color of the row?

    <table bgcolor="green">

    <table rows="color">

    <td bgcolor="orange">

    <tr bgcolor="pink">

    60s

Teachers give this quiz to your class