Chapter 21 Quiz

Question 1) Which CSS property is used for setting the style of an element's overall border?

a) border-style
b) border-thickness
c) border-freq
d) borda-me

Question 2) Which CSS property is used for setting the thickness or size of an elements overall border?

a) border-size
b) border-width
c) border-thickness
d) cool-borders-3

Question 3) Which CSS property is used for setting the colour of an element's overall border?

a) border-shading
b) border-shade
c) border-colour
d) border-color

Question 4) True or false, these are all valid CSS properties: border-left, border-left-style, border-left-color, border-left-width.

a) true
b) false

Question 5) true or false - you can quickly set the overall border style, width and colour using something like the following: border: solid 1px black

a) true
a) false

Excellent, please now proceed to Chapter 22 - Width and a Height.