Chapter 3 Quiz

20 August 2022
4.7 (114 reviews)
30 test answers

Unlock all answers in this set

Unlock answers (26)
question
Select the code below that uses CSS to configure a background color of #eaeaea for a web page. A. body {bgcolor:#eaeaea; } B. document {background-page:#eaeaea; } C. body {background-color:#eaeaea; } D. None of the above
answer
C
question
Which CSS property configures the color of text? A. font-color B. font-style C. color D. text-color
answer
C
question
Where do you place the code to associate a web page with external style sheet? To associate an external style sheet with a web page, code: A. a link element in the body section of the web page B. a style element in the head section of the web page C. a style element in the body section of the web page D. a link element in the head section of the web page
answer
D
question
To apply a style to a certain group of elements on a web page, configure a CSS _____________. A. class B. id C. group D. None of the above
answer
A
question
Use the _____ tag to code embedded styles on a web page. A. B. C. none of the above D.
answer
B
question
Select the code below that uses CSS to configure an id named "example" that configures small, italic text. A. #exampe{ font-size: small; font-weight: italic; } B. .example { font-size: small; font-style: italic; } C. .example { font-size: small; font-style: italic; } D. #example { font-size: small; font-style: italic; }
answer
D
question
An external style sheet uses the _____ file extension. A. css B. No file extension is necessary C. ess D. htm
answer
A
question
The ___________________ property configures a shadow effect on the text displayed within an element. A. shadow B. text-shadow C. font-weight D. font-style
answer
B
question
CSS was first proposed as a standard by the W3C in ______. A. 2002 B. 1996 C. 1992 D. none of the above
answer
B
question
The declaration property used to set the text color on a web page is: A. bgcolor B. color C. None of the above D. text-color
answer
B
question
Use the ______ tag to associate a web page with an external style sheet. A. B. C. D.
question
Which of the following describe two components of CSS rules? Cascading Style Sheet rules are comprised of: A. None of the above B. Selectors and Declarations C. Properties and Declarations D. Selectors and Attributes
answer
B
question
Which CSS property configures the size of text? A. size B. font-size C. text-size D. font-weight
answer
B
question
Use the __________ property to configure bold text using CSS A. you cannot configure bold text with CSS B. font-style C. font-weight D. bold
answer
C
question
Which CSS property configures the color of text? A. color B. font-style C. font-color D. text-color
answer
A
question
Which of the following sets is the declaration property used to set the font typeface for an area of a web page? A. face B. font- family C. font - face D. size
answer
B
question
Which of the following is the CSS property used to set the background color of a web page A. bgcolor B. background-color c. color D. none of the above
answer
B
question
Which of the following associates a web page with an external style sheet? A.