HTML CHAPTER 5 STUDY GUIDE – Flashcards
Unlock all answers in this set
Unlock answersquestion
The number of columns in a web table is determined by the _________ number of cells within each row
answer
Maximum
question
Each table in a Web page follows a basic structure consisting of the table element and a collection of table ________ nested in the table element
answer
Rows
question
The table header, table body, and table footer must all contain the SAME/DIFFERENT number of columns
answer
Same
question
Only one __________ is allowed per web table
answer
Caption
question
A single table can contain ________ tag(s)
answer
Multiple
question
A Web table consists of a table element and a _____________ of table rows
answer
Collection
question
The outside gridlines ARE/ARE NOT affected by a table's border attribute; only the internal guidelines are changed
answer
Are
question
A ______ table contains only text, evenly spaced on the Web page in rows and columns
answer
Preformatted Text
question
Preformatted text is displayed by the browser in a _______ in which each letter takes up the same amount of space
answer
Monospace font
question
Which of the following is a table frame type?
A) top
B) beneath
C) below
D) center
answer
Below
question
Cascading Style Sheets included support for Web tables starting with __________
answer
CSS2
question
Each row of a table is indicated using a two sided _______ tag
answer
question
To create a border using CSS, you use the _____ style
answer
Border
question
The _______ style can be used to separate the table borders
answer
border-collapse
question
With the frame value ______, no border is drawn around the table
answer
Void
question
You can use the _________ tag to display preformatted text
answer
question
What cannot be marked with an HTML table element
answer
table column
question
When nesting div containers, a ___________ element may sometimes obstruct a ______ element
answer
higher, lower