CSS: Positioning and Table

CSS: Positioning and Table

Assessment

Quiz

Created by

Rosana Bernal

Computers

9th Grade

3 plays

Hard

Student preview

quiz-placeholder

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

1. It allows you to control where a specified block element will be located or placed on the page and where the other elements will be positioned in relation to the said block.

float property

position property

off-set property

2.

MATCH QUESTION

30 sec • 4 pts

2. Match the following position property to its description

Position would be from the specified reference point

Relative

will not move with the scroll action of the page.

fixed

relative to normal position

Absolute

Default position

Static

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

3. It allows you to set up the distance of the specified element from another element.

position property

float property

offset property

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

4. What property to be used if you want to apply single border line in the table?

collapse

border

border-collapse

5.

DRAG AND DROP QUESTION

30 sec • 2 pts

5. How to apply the zebra stripe color blue in the even number of table?

​ (a)   background-color: ​ (b)  

tr:nth (even) {
blue; }
tr:hover {
tr:nt (even);
:blue}
blue: }