CommerceBasic Css MCQs
Practice Basic Css MCQs for competitive exams.
Basic Css MCQs
Practice questions from this topic.
Which of the following function defines a linear gradient as a CSS image?
- A. grayscale()
- B. gradient()
- C. image()
- D. linear-gradient()
Correct Answer: D
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
Correct Answer: B
Which of the following function flips an element’s colors, for use by the filter property?
- A. image()
- B. flip()
- C. invert()
- D. contrast()
Correct Answer: C
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()
Correct Answer: B
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
Correct Answer: C
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()
Correct Answer: A
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()
Correct Answer: D
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
Correct Answer: C
Is it the best way to include H1 heading only one time in the web page. State true or false.
- A. True
- B. False
Correct Answer: A
__________ implementation that introduced text, list, box, margin, border, color, and background properties.
- A. css
- B. html
- C. ajax
- D. php
Correct Answer: A
_________ selectors, which are used to specify a group of elements
- A. id
- B. class
- C. tag
- D. both (B) and (C)
Correct Answer: B
In css what does “font-size” can be called as
- A. Selector
- B. Rule
- C. Property
- D. Property-Name
Correct Answer: D