English: css - absolute position (Photo credit: Wikipedia) |
1. Which of the following are the background properties in CSS?
i) background-color ii) background-image iii) background-repeat
iv) background-position v) background
A) i, ii, iii and iv only
B) i, ii, iii and v only
C) i, ii, iv and v only
D) All i, ii, iii, iv and v
2. State whether the statement is/are True.
i) font-family property is used to change the face of a font.
ii) font-variant property is used to create small-caps effects.
A) i-True, ii-False
B) i-False, ii-True
C) i-True, ii-True
D) i-False, ii-False
3. The CSS links properties are
A) :link, :visited, :hover, :active
B) :link, :visit, :hover, :active
C) :link, :visited, :over, :active
D) :link, :visited, :hover, :active, :inactive
4. Internet Explorer uses ....................... property to create transparent images.
A) -moz-opacity:x
B) filter: alpha(opacity=x)
C) Both of the above
D) None of the above
5. The different ways to associate styles with a HTML document is/are
A) Embedded CSS with