You want to use the serif font family in an HTML document. Which CSS code do you use?
a) ffamily: serif;
b) font = serif;
c) font-family: Times New Roman;
d) font-family: serif;
12. You are styling three columns in an ordinary Web page. You want column 2 (col2) to appear in a specific place on the page. What CSS property name do you substitute for the word PROPERTY in the following code?
#col2 { PROPERTY: left; width: 120px; }
a) float
b) absolute
c) exactly
d) anchor