Quiz 1 - ICT
Quiz by Mary Grace Elle
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
- edit the questions
- save a copy for later
- start a class game
- view complete results in the Gradebook and Mastery Dashboards
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
Our brand new solo games combine with your quiz, on the same screen
Correct quiz answers unlock more play!
- 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