1.
The following CSS code targets_______________________________:
2.
Which part of the following CSS code is generic-family:
BODY { font-family: gill, helvetica, sans-serif }
3.
In the following CSS code, 80% refers to the _______________________________:
P { font: 12pt/14pt sans-serif }
P { font: 80% sans-serif }
4.
What is the output of the following CSS code:
H1 { word-spacing: 5em }
5.
What does the following CSS code define:
#my-div { border-style: solid dotted }
6.
What does the following CSS code return:
@keyframes mymove {
from {top: 0px;}
to {top: 200px;}
}
7.
In the following CSS code, _______________ has a higher priority of execution:

 

8.
The following CSS code is categorized under __________________.
<p style="font-size: 100px;  color: #FFFFFF;">Sample</p>
9.
The following CSS code represents ______________.
Sample {font-family: Helvetica; font-size: 15; background: red;}
10.
The following CSS code is an example of ______________:
sample: {background: black;}