R4RIN
MCQS
CSS MCQ Quiz Hub
Css Mcq Set 6
Choose a topic to test your knowledge and improve your CSS skills
1. Which of the following Module is not available in CSS3.
DOMs
Fonts
Backgrounds and Borders
color
2. What module introduces the ability to modify CSS property values over time, such as position or color, to create animated layouts?
3D Transforms
Animations
2D Transforms
Box Model
3. What module defines the management of generated content for print output, including crop mark indication, header/footer handling, and much more?
Behavioral Extensions
Generated and Replaced Content
Generated Content for Paged Media
Grid Positioning
4. What module defines the handling of lists, including marker styles and some aspects of counters?
Line Layout
Lists
Media Queries
Namespaces
5. What module expands the absolute and relative units of measure, including significant changes to support animation and aural changes with time (s and ms) and angle (deg and rad) values?
Transitions
Template Layout
Web Fonts
Values and Units
6. Which of the following selector is used to selects siblings?
::after
E ~ F
:checked
E[attr^=value].
7. Which of the following selector is used to selects the elements that are the default among a set of similar elements?
::after
:disabled
:default
:checked
8. Which of the following selector is used to selects the element that is the first child of its parent that is of its type?
:nth-child(n)
::first-line
:last-of-type
:first-of-type
9. Which of the following selector is used to selects the element that is the nth child of its parent?
:nth-child(n)
::first-line
:last-of-type
:first-of-type
10. Which of the following selector is used to selects the element that is the root of the document?
:only-of-type
:target
:root
::selection
11. Which of the following selector is used to select elements that are read-only. When applied to form elements, this would select fields with the readonly attribute set?
:valid
:target
:read-only
:required
12. Which of the following measurement represent seconds?
s
se
sec
second
13. Which of the following property defines the number of columns in a multicolumn text flow?
columns
column-flow
column-number
column-count
14. Which of the following property defines the style of the divider rule between columns in a multicolumn text flow?
columns
column-flow
column-style
none of the mentioned
15. Which of the following property is a shorthand definition of the number of columns and their widths in a multicolumn text flow?
column-width
column-style
columns
filter
16. Which of the following property defines the color of any rules between columns in a multicolumn text flow?
column-color
column-rule-color
column-rule-style
column-rule-decoration
17. Which of the following property is used to apply visual effects to associated elements.
Alpha
BasicImage
Filter
Blur
18. Which of the following property defines the resampling method to use when stretching images?
interpolation-mode
image-rendering
ime-mode
layout-grid
19. Which property is used to add space inside the text field?
padding
margin
number
password
20. Which one can animate the width of search input when get focus?
focus
transition
outline
color
21. Which of the following will insert generated content in the counter?
content
counter-reset
counter-increment
counter()
22. Which of the following is not the pseudo class for CSS Basic UI Level3?
:optional
:read-only
:valid
:checked
23. Which is not a Mozilla CSS Extension?
::-webkit-input-placeholder
:-moz-placeholder
–moz-ui-valid
:-moz-submit-invalid
24. Which of the following is an extension to the common JavaScript framework?
Niceforms
Uni-forms
Formalize
jQuery UI
25. Which of the following will provide date pickers?
jQuery UI
Niceforms
WebShim
Twitter Bootstrap
26. Which of the following helps to deal with HTML5 support?
Twitter Bootstrap
WebShim
jQuery UI
Niceforms
27. Which is not a WebKit value?
push-button
menulist
radio
tooltip
28. Which is not a Mozilla value?
caret
resizer
listbox
scrollbar
29. Which is not the property of CSS box model?
width
height
margin
color
30. Which of the following is not the value for an unordered list?
disc
square
circle
numeric
31. Which of the following value sits to the left of the block of text?
outside
left
inside
right
32. Which is not a box-level element?
<p>
<ul>
<li>
<b>
33. In which every block-level element appears on a new line?
normal flow
relative positioning
absolute positioning
floating positioning
34. Which of the following will take the element out of normal flow?
fixed positioning
floating elements
relative positioning
absolute positioning
35. Which value clear property can’t take?
left
right
none
center
36. Which of the property is not used for positioning columns next to each other?
float
width
margin
border
37. Which of the following is not the value for background-repeat property?
repeat-y
repeat-x
no-repeat
fixed
38. Which of the following will move the image up and down?
scroll
fixed
repeat-x
repeat-y
39. Which should be used to overlay text on image with high contrast?
screen
high contrast
low contrast
opaque
40. ID selector name is preceded by __________
‘.’
‘%’
‘#’
‘@’
41. Which of the following will represent browsers in their normal states?
CSS ON/Images ON
CSS ON/Images OFF
CSS OFF/Images ON
CSS OFF/Images OFF
42. Which of the following represents browsing with no stylesheets applied?
CSS OFF/Images ON
CSS OFF/Images OFF
CSS ON/Images OFF
CSS ON/Images ON
43. Which of the following technique is also known as Fahrner Image Replacement?
CSS ON/Images ON
CSS ON/Images OFF
CSS OFF/Images ON
CSS OFF/Images OFF
44. Using negative text-indent is also known as __________
The Scott Kellum method
The Phark method
Radu Darvas Technique
The Langridge method
45. Using margin is also known as________
Fahrner image replacement
The Lindsay method
Radu Darvas Technique
The Langridge method
46. Using padding is also known as ________
Leon Dwyer method
Radu darvas method
Lindsay method
Langridge method
47. Using Small font-size is also known as ______
Lindsay method
Leon Dwyer method
Levin technique
Radu Darvas Shim
48. Using Overflow is known as ______
The Leon method
The Scott Kellum method
The Phark method
The Langridge method
49. Using Absolute Positioning is known as _________
The Langridge method
The Levin Technique
The Scott Kellum method
The Leon method
50. Using a bogus image is also called as _______
The Leon method
The Levin Technique
Radu Darvas Shim
The Langridge method
Submit