
- CSS Tutorial
- CSS - Home
- CSS - Introduction
- CSS - Syntax
- CSS - Inclusion
- CSS - Measurement Units
- CSS - Colors
- CSS - Backgrounds
- CSS - Fonts
- CSS - Text
- CSS - Images
- CSS - Links
- CSS - Tables
- CSS - Borders
- CSS - Margins
- CSS - Lists
- CSS - Padding
- CSS - Cursors
- CSS - Outlines
- CSS - Dimension
- CSS - Scrollbars
- CSS Advanced
- CSS - Visibility
- CSS - Positioning
- CSS - Layers
- CSS - Pseudo Classes
- CSS - Pseudo Elements
- CSS - @ Rules
- CSS - Text Effects
- CSS - Media Types
- CSS - Paged Media
- CSS - Aural Media
- CSS - Printing
- CSS - Layouts
- CSS - Validations
- CSS3 Tutorial
- CSS3 - Tutorial
- CSS3 - Rounded Corner
- CSS3 - Border Images
- CSS3 - Multi Background
- CSS3 - Color
- CSS3 - Gradients
- CSS3 - Shadow
- CSS3 - Text
- CSS3 - Web font
- CSS3 - 2d transform
- CSS3 - 3d transform
- CSS3 - Animation
- CSS3 - Multi columns
- CSS3 - User Interface
- CSS3 - Box Sizing
- CSS Responsive
- CSS - Responsive Web Design
- CSS References
- CSS - Questions and Answers
- CSS - Quick Guide
- CSS - References
- CSS - Color References
- CSS - Web browser References
- CSS - Web safe fonts
- CSS - Units
- CSS - Animation
- CSS Resources
- CSS - Useful Resources
- CSS - Discussion
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
CSS Mock Test
This section presents you various set of Mock Tests related to CSS. You can download these sample mock tests at your local machine and solve offline at your convenience. Every mock test is supplied with a mock test key to let you verify the final score and grade yourself.

CSS Mock Test IV
Q 1 - Which of the following property changes the style of left border?
Answer : C
Explanation
The border-left-style changes the style of left border.
Q 2 - Which of the following property changes the style of right border?
Answer : D
Explanation
The border-right-style changes the style of right border.
Q 3 - Which of the following property changes the width of bottom border?
Answer : A
Explanation
The border-bottom-width changes the width of bottom border.
Q 4 - Which of the following property changes the width of top border?
Answer : B
Explanation
The border-top-width changes the width of top border.
Q 5 - Which of the following property changes the width of left border?
Answer : C
Explanation
The border-left-width changes the width of left border.
Q 6 - Which of the following property changes the width of right border?
Answer : D
Explanation
The border-right-width changes the width of right border.
Q 7 - Which of the following property specifies a shorthand property for setting the margin properties in one declaration?
Answer : A
Explanation
The margin specifies a shorthand property for setting the margin properties in one declaration.
Q 8 - Which of the following property specifies the bottom margin of an element?
Answer : B
Explanation
The margin-bottom specifies the bottom margin of an element.
Q 9 - Which of the following property specifies the top margin of an element?
Answer : C
Explanation
The margin-top specifies the top margin of an element.
Q 10 - Which of the following property specifies the left margin of an element?
Answer : D
Explanation
The margin-left specifies the left margin of an element.
Q 11 - Which of the following property specifies the right margin of an element?
Answer : A
Explanation
The margin-right specifies the right margin of an element.
Q 12 - Which of the following property allows you to control the shape or appearance of the marker of a list?
Answer : A
Explanation
The list-style-type allows you to control the shape or appearance of the marker.
Q 13 - Which of the following property specifies whether a long point that wraps to a second line should align with the first line or start underneath the start of the marker of a list?
Answer : B
Explanation
The list-style-position specifies whether a long point that wraps to a second line should align with the first line or start underneath the start of the marker.
Q 14 - Which of the following property specifies an image for the marker rather than a bullet point or number?
Answer : C
Explanation
The list-style-image specifies an image for the marker rather than a bullet point or number.
Q 15 - Which of the following property serves as shorthand for the marker properties?
Answer : D
Explanation
The list-style serves as shorthand for the marker properties.
Q 16 - Which of the following property specifies the distance between a marker and the text in the list?
Answer : A
Explanation
The marker-offset specifies the distance between a marker and the text in the list.
Q 17 - Which of the following property specifies the bottom padding of an element?
Answer : A
Explanation
The padding-bottom specifies the bottom padding of an element.
Q 18 - Which of the following property specifies the top padding of an element?
Answer : B
Explanation
The padding-top specifies the top padding of an element.
Q 19 - Which of the following property specifies the left padding of an element?
Answer : C
Explanation
The padding-left specifies the left padding of an element.
Q 20 - Which of the following property specifies the right padding of an element?
Answer : D
Explanation
The padding-right specifies the right padding of an element.
Q 21 - Which of the following property serves as shorthand for the padding properties?
Answer : A
Explanation
The padding serves as shorthand for the preceding properties.
Q 22 - Which of the following value of cursor shows it as crosshair or plus sign?
Answer : A
Explanation
crosshair: A crosshair or plus sign.
Q 23 - Which of the following value of cursor shows it as an arrow?
Answer : B
Explanation
default: An arrow
Q 24 - Which of the following value of cursor shows it as a pointing hand?
Answer : C
Explanation
pointer: A pointing hand (in IE 4 this value is hand).
Q 25 - Which of the following value of cursor shows it as the 'I' bar?
Answer : D
Explanation
move: The 'I' bar
Answer Sheet
Question Number | Answer Key |
---|---|
1 | C |
2 | D |
3 | A |
4 | B |
5 | C |
6 | D |
7 | A |
8 | B |
9 | C |
10 | D |
11 | A |
12 | A |
13 | B |
14 | C |
15 | D |
16 | A |
17 | A |
18 | B |
19 | C |
20 | D |
21 | A |
22 | A |
23 | B |
24 | C |
25 | D |