
CompuScholar Chapter 12 Exam Practice
Quiz by KANDI YOUNG
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
What element do web designers use to display information in columns and rows?
Each table row (including the header row) is represented by which element?
The default style for a < th > element is:
By default, a table will contain which of the following styles?
To combine the border style, width, and color values on one line, use the _______ property
You can add background shading to cells using the ____________ property
You can add a background graphic to an entire table, to a row, or to individual cells using the__________ property.
Which of the following properties should not be used on a table cell?
What is the difference between a table “summary” attribute and a < caption > element?
If we have already added a background gradient image within a table cell, and the gradient image was along horizontal bar with colors that change from left to right, which of the following declarations wouldmake the gradient appear fully to cover the entire cell?
You can identify a header name for the first row or column in a table with:
Each table cell containing data is represented by which element?
Which of the following is a mistake that causes unusual table behavior?
What will this line of code do? < table border="1" >
Which declaration will merge the individual borders around each cell into a single set of lines?
Which property controls the thickness of the border line?
What does the number 10 in “padding:10px” represent?
What property can you use to add a background image to the cells within a table?
When you combine two or more cells that are beside each other into one cell, it’s called:
Which attribute will successfully combine a cell with the cell directly to the right?