CommerceBasic Css MCQs
Practice Basic Css MCQs for competitive exams.
Basic Css MCQs
Practice questions from this topic.
Which of the following element is used to specify multiple media resources for media elements like audio and video?
Correct Answer: A
Which of the following property sets in a shorthand form any or all background properties?
- A. color
- B. wrap
- C. background
- D. all of the mentioned
Correct Answer: A
With, which tag you write the style rules directly within the document found within the head of the document.
Correct Answer: C
Which of the following tag can be used to embed a Document-wide styles in a document's head element?
Correct Answer: B
Which of the following element is used for linking a External Files to the html page?
- D. all of the above
Correct Answer: C
The . . . . . . . . directive allows style sheets to be grouped and joined together, though some might wonder what the value of this function is given what linked styles provide.
- D. @import
Correct Answer: D
Which of the following tag is used to linked information should be placed inside?
- C.
Correct Answer: A
Inline style has the lowest priority
- A. True
- B. False
Correct Answer: B
Which of the following tag is used to embed css in html page?
Correct Answer: B
Which of the following is correct about Hex Code format of CSS colors?
- A. The first two digits(RR) represent a red value.
- B. The next two are a green value(GG).
- C. The last are the blue value(BB).
- D. All of the above
Correct Answer: D
Which of the following uses 1vw or 1vh, whichever is smaller?
- A. px
- B. vh
- C. vw
- D. vmin
Correct Answer: D
Which of the following defines 1% of viewport width?
- A. px
- B. vh
- C. vw
- D. vmin
Correct Answer: C