
HTML Tables

Flashcard
•
Computers
•
9th - 12th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

23 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Which HTML attribute would be used to span a table cell over more than one row?
Back
rowspan
2.
FLASHCARD QUESTION
Front
Which HTML code will display a radio button? Options: <radio>, <input type="radiobutton">, <radiobutton>, <input type="radio">
Back
<input type="radio">
3.
FLASHCARD QUESTION
Front
Which HTML element defines an article?
Back
4.
FLASHCARD QUESTION
Front
Which input type allows multiple options to be selected? Options: textbox, textarea, checkbox, radio
Back
checkbox
5.
FLASHCARD QUESTION
Front
Which element defines a caption for a table, and where should it be placed? Options: <thead>, placed after the <table> tag, <thead>, placed right before the <table> tag, <caption>, placed after the <table> tag, <caption>, placed before the <table> tag
Back