Chapter 12 Quiz

Question 1) What is the purpose of the <div> tag?

a) To divide the web-page up into sections and give it structure
b) To divide the web-page up into title, navigation and back-button functionality quadrants
c) To divide the web-page up into different fonts
d) To divide the web-page up into two seperate frames

Question 2) True or false. Div tags alone are used to layout your web-page

a) True
b) False

Question 3) The ID attribute is used when...

a) I want several sections to look the same
b) I want to make my element brown and sticky
c) I want to make an element unique, like a banner div... there would only be one on the page!
d) My divs are not a number, they have names! They're people too! ...or something

Question 4) The class attribute is used when...

a) I want several elements to get it on!
b) I want several elements to have the same content
c) I want several elements to have different properties, like different sized columns
d) I want several elements to have the same properties, like a set of sub-sections

Question 5) What's so great about the next chapter?

a) We're actually going to look at some CSS! Yay!

Now let's spice up the look a bit with Chapter 13 - Getting Started with CSS!