placeholder image to represent content

TLE-ICT-Computer Programming QUIZ NO 1

Quiz by Jussa Leilady Alberba

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

Correct quiz answers unlock more play!

New Quizalize solo game modes
10 questions
Show answers
  • Q1
    What is the basic structure of an HTML table?
    <table><td><tr><th></th></tr></td></table>
    <table><th><tr><td></td></tr></th></table>
    <table><tr><td></td></tr></table>
    None of the above
    30s
  • Q2
    Which HTML element is used to define header cells in a table?
    <th>
    <td>
    <head>
    <header>
    30s
  • Q3
    How can you make a cell span multiple rows in an HTML table?
    Using the rowspan attribute
    Using the colspan attribute
    None of the above
    Using the span attribute
    30s
  • Q4
    What is the purpose of using the <table> tag in HTML?
    To create a container
    To create a table
    To create a form
    To create a list
    30s
  • Q5
    Which attribute can be used to define the border of a table in HTML?
    table-border
    border
    table-border-style
    table-style
    30s
  • Q6
    Which HTML tag is used to define a header cell in a table?
    <td>
    <tr>
    <th>
    <table>
    30s
  • Q7
    What is the purpose of the colspan attribute in HTML tables?
    To span columns
    To span rows
    To specify the border of a table
    To define table headers
    30s
  • Q8
    How can you add spacing between cells in an HTML table?
    Using the cellpadding attribute
    Using the cellspacing attribute
    Using the align attribute
    Using the border attribute
    30s
  • Q9
    Which attribute defines the space between the cell content and its borders in HTML tables?
    frame
    cellpadding
    border
    cellspacing
    30s
  • Q10
    Which attribute is used to merge two or more adjacent cells both horizontally and vertically in HTML tables?
    border
    rowspan
    colspan
    cellpadding
    30s

Teachers give this quiz to your class