Font size
WorksheetsITAA Unit 4: CSS
Total questions: 10
Worksheet time: 13mins
What will this CSS expression do? p {color: red ;}
Color all paragraph text red.
Color only text with an ID of 'p'.
Paste a new paragraph on your page that is red.
What does CSS stand for? (a)
Which is correct CSS syntax? (a)
What symbols go around the properties for each CSS declaration? (a)
You've made a page with several headings, tagged <h1>. You desire ONLY ONE of these headings to be a different color. It's best to use an (a)
You've made a page with several headings, tagged <h1>. You desire TWO of these headings to be a unique color. It's best to use a (a)
Your CSS 'code' is placed (a) .
To write ANY CSS, you need to enclose all of it inside of a (a)
One method of creating a color in CSS is by using the RGB model (a) If your color numbers are (0, 255, 0) the color will be (b)
