Chapter 3

31 August 2022
4.7 (114 reviews)
10 test answers

Unlock all answers in this set

Unlock answers (6)
question
What items can be used as a CSS selector?
answer
html tags in the body section and a class names
question
To associate an external style sheet with a web page, code:
answer
a link element in the head section of the web page
question
Select the code below that uses CSS to configure a class called "offer" with blue text that uses the Arial or sans-serif font typeface
answer
.offer {color:blue,font-family:arial,sans-serif;}
question
Use the ________ tag to configure a generic area on a web page that is embedded within a paragraph or other block display element.
answer
....
question
To apply a style to a certain group of elements on a web page, configure a CSS:
answer
class
question
Use the ________ tag to associate a web page with an External Style Sheet.
answer
question
Use the ____ property to configure bold text using CSS
answer
font-weight
question
When CSS is coded in the body of the web page as an attribute of an HTML tag it is called:
answer
inline
question
Use the _____ tag to configure a section of the web page that is physically separated from the others.
answer
...
question
The declaration property used to set the text color on a web page is:
answer
color