Questions
Question 1 Multiple Choice (Single Answer)
Which values for font-family property is valid?
- Times New Roman, serif
- “Times New Roman”, serif
- Times New Roman; serif;
- "Times New Roman”; “serif”;
Question 2 Multiple Choice (Single Answer)
Which property applies a color to text?
- text-color
- foreground-color
- background-color
- color
Question 3 Multiple Choice (Single Answer)
In what form are style rules presented?
- selector { property: value }
- selector { property= value }
- selector ( property: value )
- selector ( property= value )
Question 4 Multiple Choice (Single Answer)
What does the ID selector do?
- Apply the style to a specific element
- Apply the style to all the elements
- Apply the style to a group of elements
- Apply the style to elements of the same type
Question 5 Multiple Choice (Single Answer)
A ___________ consist of a property and a value,
- Tag
- Attribute
- Deceleration
- This is H1
- h1 {color: red;}
Question 6 Multiple Choice (Single Answer)
Fill in the following:
- selector
- attribute
- property
- decleration