M2-R5 Multiple Choice Questions on CSS with Answers

M2-R5 Multiple Choice Questions on CSS with Answers

1-Which of the following function flips an element’s colors, for use by the filter property?
A) image()
B) flip()
C) invert()✔️
D) contrast()

2-Which of the following function applies a saturation effect to an element’s color, making it appear more or less vivid, for use by the filter property?
A) color()
B) saturation()✔️
C) saturate()
D) none of the mentioned

3-Which of the following function defines a linear gradient as a CSS image?
A) grayscale()
B) gradient()
C) image()
D) linear-gradient()✔️

4-Which of the following function two dimensional transformation in matrix format?
A) matrix()✔️
B) matrix2d()
C) matrix3d()
D) perspective

5-Which of the following function apply a sepia tinge to an element’s color, typical of old photographs, for use by the filter property?
A) grayscale()
B) sepia()✔️
C) contrast()
D) brightness()

6-Which of the following value is supposed to be a slightly bolder weight that standard bold in font attribute?
A) empasize
B) light
C) lighter
D) dark ✔️

7-Which of the following property allows contextual adjustment of inter-glyph spacing, i.e. the spaces between the characters in text?
A) font-style
B) font-family
C) font-kerning ✔️
D) font-variant

8-Which of the following is not a value for font-style property?
A) Normal
B) Italic
C) Oblique
D) None of the above ✔️

9-Which of the following value specifies whether the user agent is allowed to synthesize bold or oblique font faces when a font family lacks bold or italic faces?
A) font-weight
B) font-synthesis ✔️
C) font-kerning
D) font-variant

10-Which of the following selects a normal, or small-caps face from a font family?
A) font-weight
B) font-synthesis
C) font-kerning
D) font-variant ✔️

11-Which of the following is not a appropriate value for font-variant property?
A) inherit
B) default
C) large-caps ✔️
D) small-caps

12-Which of the following property adjusts the font-size of the fallback fonts defined with font-family, so that the x-height is the same no matter what font is used?
A) default
B) font-size-fallback
C) font-adjust
D) font-size-adjust ✔️

13-Which of the following Allows you to expand or condense the widths for a normal, condensed, or expanded font face?
A) font-style
B) font-stretch
C) font-expand
D) None of the mentioned ✔️

14.Which of the following font-size-adjust is value used in calculating the size of the fallback fonts?
A) auto
B) number ✔️
C) count
D) none

15-“font-style comes first than font-weight in font attribute”.State true or false.
A) True
B) False ✔️
16.CSS stands for____
A) Color Style Sheets
B) Cascade Sheets Style
C) Cascade Style Sheet
D) Cascading Style Sheets ✔️

17-In CSS, h1 can be called as___
A) Selector ✔️
B) Attribute
C) Value
D) Tag

18-In css, “color:red” can be called as____
A) Selector
B) Rule
C) Declaration ✔️
D) Value

19-Which of the following attributes is used to specify elements to bind style rules to?
A) id
B) class
C) tag
D) all of the mentioned ✔️

20-Which selector is used to specify a rule to bind a particular unique element?
A) id ✔️
B) class
C) tag
D) both class and tag

21-In CSS, “font-size” can be called as____
A) Selector
B) Rule
C) Property
D) Property-Name ✔️
Answer: d

22-____ selectors are used to specify a group of elements.
A) id
B) class ✔️
C) tag
D) both class and tag

23-Which of the following tag is used to embed css in html page?
A) <script>
B) <style> ✔️
C) <css>
D) <!DOCTYPE html>

24-___has introduced text, list, box, margin, border, color, and background properties.
A) css ✔️
B) html
C) ajax
D) php

25-Is it the best way to include H1 heading only one time on the web page.
A) True ✔️
B) False

26-Which of the following element is used by the filter property to blur the images?
A) opaque()
B) scatter()
C) blur() ✔️
D) all of the mentioned

27-Which of the following function adjust the brightness of an element’s color, for use by the filter property?
A) contrast()
B) dark()
C) light()
D) brightness()✔️

28-Which of the following function adjusts the difference between light and dark values, for use by the filter property?
A) contrast()✔️
B) dark()
C) light()
D) brightness()

29-Which of the following function with filter property to create your own sophisticated effects on DOM elements?
A) create()
B) DOM()
C) custom()✔️
D) None of the mentioned

30-Which of the following function converts an element’s color to a shade of gray, for use by the filter property?
A) shade()
B) grayscale()✔️
C) black()
D) brightness()

O LEVEL M2-R5 (WEB DESIGNING AND PUBLISHING) MCQS OF CSS

Related Link