Which values for font-family property is valid?
Times New Roman, serif
“Times New Roman”, serif
Times New Roman; serif;
"Times New Roman”; “serif”;
Which property applies a color to text?
text-color
foreground-color
background-color
color
In what form are style rules presented?
selector { property: value }
selector { property= value }
selector ( property: value )
selector ( property= value )
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
A ___________ consist of a property and a value,
Tag
Attribute
Deceleration
This is H1
h1 {color: red;}
Fill in the following:
selector
attribute
property
decleration