Scott's Website Building Tutorials
Interactively learn and use HTML and CSS
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
Correct! Well done. You remembered how we had the divs take on appearance by styling the ids.
Sorry, that's a wrong answer. That's quite an important thing, re-take the previous chapter me ol' mucka.
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
Correct! Well done; We floated each of the columns to the left of their container.
Sorry, that's a wrong answer. Another glance at the last chapter should help you!
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;
Correct! Well done.
Sorry, that's a wrong answer.
It is the fonts we're styling next, in
Chapter 33 - Styling the Content
.
Navigation
Introduction
Chapter 1
TryOut
Quiz
Chapter 2
TryOut
Quiz
Chapter 3
TryOut
Quiz
Chapter 4
TryOut
Quiz
Chapter 5
TryOut
Quiz
Chapter 6
TryOut
Quiz
Chapter 7
TryOut
Quiz
Chapter 8
TryOut
Quiz
Chapter 9
TryOut
Quiz
Chapter 10
TryOut
Quiz
Chapter 11
TryOut
Quiz
Chapter 12
TryOut
Quiz
Chapter 13
TryOut
Quiz
Chapter 14
TryOut
Quiz
Chapter 15
TryOut
Quiz
Chapter 16
TryOut
Quiz
Chapter 17
TryOut
Quiz
Chapter 18
TryOut
Quiz
Chapter 19
TryOut
Quiz
Chapter 20
TryOut
Quiz
Chapter 21
TryOut
Quiz
Chapter 22
TryOut
Quiz
Chapter 23
TryOut
Quiz
Chapter 24
TryOut
Quiz
Chapter 25
TryOut
Quiz
Chapter 26
TryOut
Quiz
Chapter 27
TryOut
Quiz
Chapter 28
TryOut
Quiz
Chapter 29
TryOut
Quiz
Chapter 30
TryOut
Quiz
Chapter 31
TryOut
Quiz
Chapter 32
TryOut
Quiz
Chapter 33
TryOut
Quiz
Chapter 34
TryOut
Quiz
Chapter 35
TryOut
Quiz
Colour Table