Chapter 19 Quiz

Question 1) Boosting the padding elarges?

a) The element's border
b) The area immediately outside of the text/content of the element
c) The area outside of the border
d) It doesn't elarge anything. Padding is a negative value.

Question 2) Which of the following is the correct CSS property for setting the padding at the top of the element?

a) paddingtop
b) paddingbottom
c) padding-top
d) padding-bottom

Question 3) It is not possible to set the padding using an external stylesheet

a) True. Padding is considered a minor style.
b) False, padding can be set using an external stylesheet

More on the styling of the different parts of the element next with Chapter 20 - Margins.