CSS Quiz | Set-3
Question 1 |
column-color | |
column-rule-style | |
column-rule-color | |
column-rule-decoration |
Discuss it
Question 2 |
linear | |
ease | |
in | |
out |
Discuss it
Question 3 |
Which below selector is used to change the color of placeholder text?
::margin Selector | |
::placeholder Selector | |
::constraint Selector | |
::layout Selector |
Discuss it
The placeholder selector in CSS is responsible for changing the style of the placeholder text. Hence it is used to change the color of the placeholder text. The default color is light gray for most browsers.
Question 4 |
content_type | |
content_length | |
content_value | |
content_agent |
Discuss it
Question 5 |
matrix() | |
skewX() | |
skewY() | |
rotate() |
Discuss it
Question 6 |
3D movement effect | |
Click and break it | |
Blurred element | |
Left bottom |
Discuss it
Question 7 |
Which selector in CSS is used to select all elements that are given within a particular range value?
:invalid | |
:long | |
:in-range | |
:last |
Discuss it
The :in-range selector in CSS is used to select all the elements that are present within a given range. It is mainly used for input elements like minimum and maximum attributes.
Question 8 |
Which property in CSS is used the resize the element by the user?
Outline Offset | |
Resize | |
Unit | |
Crop |
Discuss it
The resize property is used to resize the element according to the input of the user. We do not apply for inline elements, or to the block elements where overflow seems to be visible. It takes property as none, both, horizontal, vertical, etc.
Question 9 |
E[attr^=value] | |
E[attr$=value] | |
E[attr*=value] | |
E[attr%=value] |
Discuss it
Question 10 |
animation | |
perspex | |
sense | |
perspective |
Discuss it