Tables are a grid consisting of vertical ________ and horizontal ________.
Each block of a table that holds content is called a ________.
True or False: A font color coded outside a table will not affect the text inside the table.
You have a two-column table and want the content in each column to start at the top of the columns. What is the attribute and value you would add to each table data tag to accomplish this?
What attribute and value would you add to a table tag to create a cushion of 12 pixels within each table cell?
What attribute and value would you add to a table tag to create a cushion of 20 pixels between each table cell?
You have a left border background coded into a page with a two-column table. The left cell of the table is used just to keep the page's content off the border. What tag would you use to hold that cell open?
You want to make a table with two cells in one row, and you want the first cell to have a background color of #FF1234. In the second cell, you want to use a background image. The image is located in a folder called “images” in the root directory
and the background is “tableback.jpg.” Write the code for that table with no other attributes. Indicate where the content goes with the word “Content.”
What attribute and value do you add to a table data cell to cause the cell to span two rows?
When using tables to create link buttons, what kind of code is placed in the <HEAD> section of an HTML page to create the hover color change?
What is the most common screen resolution (at the time of this writing)?
What's the difference between a teacher and an engineer?