Question 1: Which of the
following is true for a class selector?
a. It uses a hash as the
separator symbol
b. It applies the style to only
the first element defined with that style
c. It applies the style to only
the last element defined with that style
d. It applies the style to all
the elements defined with that style
Ans: D
Question 2: Which of the
following does not apply to external styles?
a. Clean separation of design
& content
b. Minimal code duplication
c. Highest priority
d. Reduces page download time
Ans: C
