NEW
Font size
WorksheetsCSD Unit 2 Chap 1 Review
Total questions: 35
Worksheet time: 18mins
What does CSS stand for?
Cascading Style Sheets
Colorful Style Sheets
Computer Style Sheets
Creative Style Sheets
What is the correct HTML for referring to an external style sheet? (linking your HTML and Style sheet together)
<stylesheet>mystyle.css</stylesheet>
<style src="mystyle.css">
<link rel="stylesheet" type="text/css" href="mystyle.css">
Where in an HTML document is the correct place to refer to an external style sheet (style.css)?
At the end of the document
In the <body> section
In the <head> section
Which rule set is written correctly?
A
B
C
D
Which property is used to change the background color?
background-color
color
bgcolor
border-color
How do you add a background color for all <h1> elements?
A
B
C
D
Which CSS property controls the text size?
text-size
font-size
text-style
font-style
Which property is used to change the font of an element?
font-style
font-family
font-weight
Which number shows how to add a style sheet?
1
2
3
4
Which code would style the following picture?
A
B
C
D
Which rule-set would make all text in your web page blue and centered?
A
B
C
D
Which of the following is a component of CSS style rule?
Selector
Property
Value
All of the Above
Which of the following property is used to set the height of an image?
border
height
width
weight
Which of the following property specifies the color of the whole border?
border-color
border-style
border-width
border-bottom-color
src attribute and then displays it.