a. Chicken Salad Sandwich
b. Cascading Style Sheet
c. Central Security Service
d. Cold Shrimp Salad
a. <css></css>
b. <color></color>
c. <style></style>
d. <head></head>
a. p{ blue: color }
b. p{ color = blue }
c. p{ color : blue; }
d. p{ text: “blue”; }
a. color:purple;
b. background color:purple;
c. background-color:purple;
d. backgroundColor:purple;
a. p{ width: 1/2 }
b. p{ width: 50%; }
c. p{ width: 0.5; }
d. p{ width: half; }
a. The value of multiple ID attributes has to be unique
b. Use ID to style a specific HTML element
c. Same ID should be used in different HTML tags
a. Separate class names by a whitespace
b. Separate class names by a comma
c. You cannot apply more than one class name
d. Use id
a. One
b. Two
c. Seven
d. Four