CSS
Test
Model Test
Ebook
Index
Web Designing - Upwork Home
HTML
79
CSS
125
HTML5
30
HTML4
37
Schools
Ebook
Question:
What is the maximum value that can be given to the voice-volume property?
A
10
B
100
C
500
D
None
Note:
Not available
Show answer
Show Note
Report
Question:
What is the initial value of the font-size property?
A
small
B
medium
C
large
D
default
Note:
Not available
Show answer
Show Note
Report
Question:
Is there a way to create a pure CSS3 text color gradient?
A
Yes, using the text-gradient property.
B
Yes, but only for headings.
C
There is no way to do a text color gradient with CSS3.
D
one of the above.
Note:
Not available
Show answer
Show Note
Report
Question:
Consider the following code: border-opacity:0.7; Given a div element that needs to have a transparent red border, which of the following code samples will work in conjunction with the code above to accomplish the requirement?
A
border: 1px solid rgba(255, 0, 0, 0.7);
B
border: 1px solid rgb(255, 0, 0, 0.7);
C
border: 1px solid rgba(255, 255, 0, 0.7);
D
border: 1px solid red; opacity: 0.7;
Note:
Not available
Show answer
Show Note
Report
Question:
What is the initial value of the animation-iteration-count property?
A
1
B
2
C
5
D
None
Note:
Not available
Show answer
Show Note
Report
Question:
What is the default value of the animation-direction property?
A
none
B
normal
C
alternate
D
inherited
Note:
Not available
Show answer
Show Note
Report
Question:
Is it possible to combine a background image and CSS3 gradients?
A
It is possible only when two separate styles are used, "background-image" and "gradient", on an HTML tag.
B
It is possible only when "background-image" is used.
C
It is possible only when layered HTML tags are used, "background-image" and "gradient".
D
It is not possible to combine a background image and CSS3 gradients.
Note:
Not available
Show answer
Show Note
Report
Question:
What will happen if the cursor property value is set to none?
A
The default cursor will be displayed.
B
No cursor will be displayed.
C
A pointer cursor will be displayed.
D
A text cursor will be displayed.
Note:
Not available
Show answer
Show Note
Report
Question:
What will be the outcome of given code? div[class^="stronger"] { } { ... }
A
It applies the rule only on divs who belong to a class that begins with "stronger".
B
It applies the rule only on divs of class "stronger".
C
It applies the rule only on divs who belong to a class which end with "stronger".
D
It applies the rule only on divs who belong to a class which does not contain "stronger" in its name.
Note:
Not available
Show answer
Show Note
Report
Question:
To apply style on every input element except text, which of the following selectors should be used?
A
input:([!type='text'])
B
input:not([type="text"])
C
input:not([type!="text"])
D
input:([type!='text'])
Note:
Not available
Show answer
Show Note
Report
First
Prev
8
9
10
11
12
Next
Last
/13
Go
Schools
App Store
Whiteboard
Blogs
Quiz
Test
Apply Course
Games
Freelancers
Professionals
Newspapers
Terms
Privacy
Copyright © 2025. Powered by
Intellect Software Ltd