Scott's Website Building Tutorials
Interactively learn and use HTML and CSS
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
Correct! Well done. You remembered the full purpose of the <div> tag.
Sorry, that's a wrong answer.
Question 2) True or false. Div tags alone are used to layout your web-page
a) True
b) False
Correct! Well done; CSS is needed in combination with <div> tags for layout. All actual HTML, including divs are for structure and content, not presentation.
Incorrect. Remember, the div tags are just part of the HTML structure. CSS tells them how to look and gives them layout!
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
Correct! Well done.
Sorry, that's a wrong answer.
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
Correct! Well done.
Sorry, that's a wrong answer
Question 5) What's so great about the next chapter?
a) We're actually going to look at some CSS! Yay!
Correct! Well done.
WRONG! Just kidding, that's the right answer! But I'm still deducting a point >:)
Now let's spice up the look a bit with
Chapter 13 - Getting Started with CSS!
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