CTW 6 Classes and CSS
Review for Lesson 6 and other CSS/Classes from previous units in Coding the Web; the practice quiz will grade itself, so feel free to take more than once. If information is not on your Notes sheet, it probably needs to be!
Sign in to Google to save your progress. Learn more
Name *
Email *
Quiz Questions
What selector should go in the blank to make the text of a class called froggy be green? (use lower case)   __________________ {color:green; } *
1 point
Type the entire code with no spaces (except before an attribute) to apply a class called bloody to the word scary. *
2 points
Complete the code by typing the proper selector that would make all level 2 and 3 headings have a background color of blue (lower case and space once after punctuation)     __________{background-color: blue;} *
1 point
COMPLETE THE CODE:   <p>If you join <______ title="Future Business Leaders of America">FBLA</_____> you will build your resume!</p> *
1 point
COMPLETE THE CODE:   <h2>School is cool</h2>  <p>Sometimes you should just <___>Play the game</___> and do your work</p>. *
1 point
Captionless Image
Which of the following would be an example of a PROPERTY? *
1 point
Which of the following would be an example of a SELECTOR in a CSS rule?       address { font-style: italic; } *
1 point
What format does the <cite> tag typically render as? *
1 point
Review for the next question-->
Using the image above, complete the code to make the figure have a yellow border as shown:     figure { border: yellow 2px ________}   (lower case) *
1 point
COMPLETE THE CODE to finish the class based on the image. (lower case and one space after colon)          .doit {   font-size: 20px;  color: blue;  letter-spacing: 3px;  ______________________  }       *
1 point
Captionless Image
The ATTRIBUTE you add to a tag to create an inline style is like this:     <h2 ______="text-align:center;"> *
1 point
QPIC-A--> Use this image for the next FOUR questions:
Type the tag needed for A: *
1 point
Type the tag needed for B: *
1 point
What selector belongs in D? *
1 point
What selector belongs in E? *
1 point
COMPLETE THE CODE to set the paragraph to be in italics:   p { font-______: italic; } *
1 point
COMPLETE THE CODE:   <h2 style="font-______: Arial, Helvetica, sans-serif;"> *
1 point
COMPLETE THE CODE:   <h3 style="________: capitalize;"> *
1 point
COMPLETE THE CODE:  Assume you are trying to add a shadow to the heading.      h2 { ________:  6px 8px  gray; } *
1 point
Use the chart to properly complete the code to make the heading a dark brown:      h3 {color: _______; } *
1 point
Captionless Image
Submit
Clear form
Never submit passwords through Google Forms.
This form was created inside of Jackson R2 Schools. Report Abuse