Chapter 3

23 August 2022
4.7 (114 reviews)
10 test answers

Unlock all answers in this set

Unlock answers (6)
question
Use the ________ tag to code embedded styles on a web page. Select one: a. b. None of these c. d.
answer
question
Use the ________ tag to associate a web page with an External Style Sheet.
answer
question
Which CSS property configures the color of text? Select one: a. text-color b. font-color c. color d. font-style
answer
color
question
Select the code below that uses CSS to configure a id named "footer" that configures small, italic text. Select one: a. # footer { font-size: small; font-weight: italic;} b. .footer{ font-size: small; font-style: italic;} c. .footer { font-size: small; font-style: italic;} d. #footer { font-size: small; font-style: italic;}
answer
.footer { font-size: small; font-style: italic;}, #footer { font-size: small; font-style: italic;}
question
To apply a style to a certain group of elements on a web page, configure a CSS ________. Select one: a. group b. id c. None of these d. class
answer
class
question
The ________ property configures a shadow effect on the text displayed within an element. Select one: a. font-weight b. shadow c. text-shadow d. font-style
answer
text-shadow
question
Which CSS property configures the font typeface? Select one: a. font-face b. font-type c. font-family d. font-style
answer
font-family
question
CSS was first proposed as a standard by the W3C in ________. Select one: a. 2002 b. 1992 c. 1996 d. None of these
answer
1996
question
Cascading Style Sheet rules are comprised of: Select one: a. selectors and attributes b. None of these c. properties and declarations d. selectors and declarations
answer
selectors and declarations
question
Which CSS property configures the capitalization of text? Select one: a. font-type b. text-transform c. text-decoration d. font-weight
answer
text-transform