
TLE-ICT-Computer Programming QUIZ NO 1
Quiz by Jussa Leilady Alberba
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
10 questions
Show answers
- Q1What 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 above30s
- Q2Which HTML element is used to define header cells in a table?<th><td><head><header>30s
- Q3How can you make a cell span multiple rows in an HTML table?Using the rowspan attributeUsing the colspan attributeNone of the aboveUsing the span attribute30s
- Q4What is the purpose of using the <table> tag in HTML?To create a containerTo create a tableTo create a formTo create a list30s
- Q5Which attribute can be used to define the border of a table in HTML?table-borderbordertable-border-styletable-style30s
- Q6Which HTML tag is used to define a header cell in a table?<td><tr><th><table>30s
- Q7What is the purpose of the colspan attribute in HTML tables?To span columnsTo span rowsTo specify the border of a tableTo define table headers30s
- Q8How can you add spacing between cells in an HTML table?Using the cellpadding attributeUsing the cellspacing attributeUsing the align attributeUsing the border attribute30s
- Q9Which attribute defines the space between the cell content and its borders in HTML tables?framecellpaddingbordercellspacing30s
- Q10Which attribute is used to merge two or more adjacent cells both horizontally and vertically in HTML tables?borderrowspancolspancellpadding30s