HTML questions. The ___ style can be used to separate the table borders.?

1) The______ style can be used to separate the table borders?
A) border-separate
B) border-collapse
C) border-width
D) border-type


2) To create a rectangle with a rounded border using a table, you can use a ____ layout?
A)sectional
B)columnar
C)jigsaw
D)grid

3) When nesting div containers, a ________ element may sometimes obstruct a ______ element.
A) lower, higher
B) larger, smaller
E) higher, lower
D) smaller, larger



4) Build a table to display inventory of items. To display the picture, name, quantity in stock and price for each item, how many columns at a minimum do you need?
A) 2
B) 3
C) 4
D) 5

5) Julio wants to display the name of his band at the top of a table. Which element should he use to do this?
A) tbody
B) caption
C) td
D) colgroup

31 minutes ago
- 4 days left to answer.

Additional Details
6) Kat is building a web site and wants to have 3 main links called home, product info, and contact us. She has heard of the box model and would like to try and make her links appear as if they were like buttons. She wants each link to appear in a red rectangle separate from each other with a button style edge effect.

Katelyn can get the outer edge effect by using which style?
A) paragraph-style
B) font-style
C) margin-style
D) border-style
 
Back
Top