Chapter 32 Quiz

Question 1) To create the different sections, we mainly style which tag's ids.?

a) The <freddo> tag
b) The <div> tag
c) The <span> tag
d) All of the above

Question 2) To make the three columns side-by-side, which CSS property did we use?

a) column-type
b) x-pos
c) position
d) float

Question 3) Floats are removed from the flow of the document... how do we get the footer to move to the bottom of floated elements?

a) notice-float: true;
b) v-bottom: active;
c) clear: both;
d) skip-floats: vertically;

It is the fonts we're styling next, in Chapter 33 - Styling the Content.