Unit 3 Question Bank
This page includes several sample questions that could be used for assessment of students' understanding of the material covered in Unit 3. Questions are organized by module. Questions are coded in fully accessible, standards-compliant HTML and could easily be plugged into an HTML form that students could take online. However, this page itself is not a functional quiz. Use the Options below to display the questions how you need them before printing or copying.
Options
Module 1
Question 1
Correct answer: a. Cascading Style Sheets
Question 2
Correct answer: d. <style>
Question 3
Correct answer: c. style
Question 4
Correct answer: b. selector, property, value
Question 5
Correct answer: b. body { font-size: 1em; }
Question 6
Correct answer: d. Value
Question 7
Correct answer: c. <link type="text/css" rel="stylesheet" href="styles/mystyle.css">
Question 8
Correct answer: c. Both a and b
Question 9
Correct answer: c. Units of measure, but "em" and "%" are relative, and "px" is absolute.
Module 2
Question 1
Correct answer: b. red, green, blue
Question 2
Correct answer: a. red
Question 3
Correct answer: b. #000000
Question 4
Correct answer: a. #FFFFFF
Question 5
Correct answer: d. /* this is a comment */
Question 6
Correct answer: d. background-color
Question 7
Correct answer: a. color
Question 8
Correct answer: b. h1 { background-color: #FF0000 }
Question 9
Correct answer: c. body {color: black}
Module 3
Question 1
Correct answer: b. Capture your screen to an image file, then open the file in image editing software and convert the image to grey-scale.
Question 2
Correct answer: a. True
Question 3
Correct answer: a. serif
Question 4
Correct answer: b. sans-serif
Question 5
Correct answer: d. All of the above
Question 6
Correct answer: d. p {font-weight:bold}
Question 7
Correct answer: a. text-align
Question 8
Correct answer: d. font-family
Question 9
Correct answer: c. font-size
Question 10
Correct answer: c. letter-spacing
Question 11
Correct answer: a. word-spacing
Question 12
Correct answer: b. h1, h2, and h3 elements will have Rockwell as the first choice font.
Question 13
Correct answer: a. text-transform: capitalize
Module 4
Question 1
Correct answer: d. padding, border, margin
Question 2
Correct answer: d. margin-left
Question 3
Correct answer: b. margin: 10px 1px 5px 20px
Question 4
Correct answer: a. True
Question 5
Correct answer: b. oval
Question 6
Correct answer: a. border:2px solid; border-radius:25px;
Module 5
Question 1
Correct answer: c. groups of elements
Question 2
Correct answer: d. All of the above.
Question 3
Correct answer: a. #
Question 4
Correct answer: e. Both a and c
Question 5
Correct answer: d. period
Question 6
Correct answer: b. They enable you to stylize one element nested inside another element.
Question 7
Correct answer: a. Focus
Question 8
Correct answer: a. True