R4RIN
MCQS
CSS MCQ Quiz Hub
Css Mcq Set 8
Choose a topic to test your knowledge and improve your CSS skills
1. Which value will compare the difference between none and contain?
contain
scale-down
none
cover
2. object-fit is not supported by _______
Chrome
IE
Opera
Firefox
3. Which of the following is a library for JavaScript?
PlotKit
List bar chart
Pie chart
Stacked bar graphs
4. Which of the following will not use JavaScript?
Animated attacked bar graph
Pie chart
Animated Donut chart
Infographic charts
5. Which of the following uses AngulaJS?
d3 linegraph
Animated Donut chart
Infographic charts
CSS 3D animated chart
6. Which of the following moves an element from its current position?
rotate()
translate()
scale()
matrix()
7. Which of the following will rotate an element clockwise or counter-clockwise?
rotate()
skewX()
skewY()
matrix()
8. Which of the following increases or decreases the size of element?
skewX()
matrix()
scale()
skewY()
9. What skews an element along X and Y-axis?
skew()
skewX()
skewY()
matrix()
10. What combines all the 2D transform methods into one?
skewX()
matrix()
skewY()
skew()
11. What does not affect the element itself?
perspective()
sacle()
matrix()
rotate()
12. Which value specifies a transition effect with a slow start, then fast, then end slowly?
ease
linear
ease-in
ease-out
13. Which of the following specifies a transition effect with same speed from start to end?
linear
ease-out
ease-in-out
ease
14. Which of the following specifies how many seconds a transition effect takes to complete?
transition-delay
transition-duration
transition-property
transition
15. What specifies the speed curve of transition effect?
transition-delay
transition-property
transition-timing-function
transition-duration
16. Which of the following defines a MIME string format of the content being returned?
content-type:string
expires:date string
location:URL string
last-modified:string
17. What defines the date when information becomes invalid?
last-modified: string
expires: date string
last-modified: string
content-type: string
18. Which of the following specifies the length of the data being returned?
set-cookie: string
location: URL string
content-length: string
last-modified: string
19. Which variable defines the data type of the content?
content_type
content_length
http_cookie
http_user_agent
20. What returns the set cookies in the form of a key?
path_info
http_user_agent
http_cookie
query_string
21. Which of the following gives the path for CGI script?
remote_host
remote_addr
query_string
path_info
22. What gives the full path to CGI script?
script_filename
script_name
server_name
request_method
23. Which of the following is not a combinatory?
*
>
~
+
24. Which of the following selects all elements that are siblings of the specified element?
child selector
general sibling selector
adjacent sibling selector
descendant selector
25. Which of the following adds the value of a counter to an element?
counter-increment
content
counter()
counter-reset
26. Which of the following specifies how to slice border image?
border-image
border-image-source
border-image-outset
border-image-slice
27. Which web font was developed by Apple and Microsoft in the late 1980s?
TTF
OTF
WOFF
WOFF 2.0
28. Which of the following is a format for scalable computer fonts?
EOT
WOFF
OTF
WOFF 2.0
29. Which font format is used in web pages?
WOFF 2.0
WOFF
SVG Fonts
EOT
30. What value lets animation to play forwards first then backward?
alternate
alternate-reverse
reverse
normal
31. Which value specifies animation with slow start?
ease-out
ease-in
linear
ease
32. How many values are there for animation-full-mode property?
1
2
3
4
33. Which of the following specifies animation code?
@keyframes
animation
animation-delay
animation-direction
34. Which specifies the speed curve of animation?
animation-iteration-count
animation-name
animation-play-state
animation-timing-function
35. How many values are there for the object-fit property?
2
5
3
4
36. Which property specifies the number of columns an element should be divided into?
column-rule
column-count
column-gap
column-fill
37. Which property is used for setting column-width and column-count?
columns
column-width
column-span
column-width-rule
38. CSS is the language we use to style an _____ document.
PHP
HTML
SQL
.NET
39. CSS is the acronym for?
Color Style Sheets
Cascade Sheets Style
Cascade Style Sheet
Cascading Style Sheets
40. External stylesheets are stored in CSS files
TRUE
FALSE
Can be true or false
Can not say
41. HTML element h1 is used in CSS for styling then it is also called a?
Attribute
Value
Selector
Tag
42. To show the start and end of HTML element, ______ is used.
Attribute
Value
Selector
Tag
43. Cascading Style Sheets level 1 (CSS1) came out of W3C as a recommendation in?
35400
35431
35462
35490
44. In CSS, styling elements can be done by ?
id
class
tag
All of the above
45. In CSS, font-size is a property-name which ______ the font of text.
increases
decreases
Both A and B
None of the above
46. CSS is created and maintained through a group of people within the W3C called the?
CSS Class Tag
CSS Class Group
CSS Working Group
CSS Working Id
47. Which of the following Module is not available in CSS2?
Namespaces
Selectors Level 3
Both A and B
None of the above
48. CSS3 is collaboration of CSS2 specifications and new specifications, we can called this collaboration is ?
Box Model
2D Module
3D Module
Module
49. column-rule-color property defines the color of any rules between columns in a multicolumn text flow?
TRUE
FALSE
Can be true or false
Can not say
50. column-style property is a shorthand definition of the number of columns and their widths in a multicolumn text flow
TRUE
FALSE
Can be true or false
Can not say
Submit