CommerceBasic Css MCQs
Practice Basic Css MCQs for competitive exams.
Basic Css MCQs
Practice questions from this topic.
________ selectors, which are used to specify a rule to bind to a particular unique element
- A. id
- B. class
- C. tag
- D. both (B) and (C)
Correct Answer: A
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
Correct Answer: D
In css what does “color:red” can be called as
- A. Selector
- B. Rule
- C. Declaration
- D. None of the above
Correct Answer: C
In css what does h1 can be called as
- A. Selector
- B. Attribute
- C. Value
- D. Tag
Correct Answer: A
What is css stands for
- A. Color Style Sheets
- B. Cascade Sheets Style
- C. Cascade Style Sheet
- D. Cascading Style Sheets
Correct Answer: D