CSS Multiple Choice Questions & Answers on CSS3 User Interface Properties for Freshers
https://www.computersprofessor.com/2018/01/css-multiple-choice-questions-answers_3.html
1. Which of the following CSS3 property is used to tell the browser what the sizing properties should be include?
a) box-sizing
b) box-model
c) box-design
d) box-redesign
Answer: a
2. Which of the following CSS3 property specifies where to navigate when using the arrow-down navigation key?
a) down
b) nav-down
c) arrow-down
d) none of the mentioned
Answer: c
3. Which of the following CSS3 property specifies the sequential navigation order for an element?
a) nav
b) class
c) nav-index
d) class-index
Answer: c
4. Which of the following nav-left value sets it’s value to default value?
a) target-name
b) id
c) inital
d) inherit
Answer: c
5. Which of the following CSS3 property adds space between an outline and the edge or border of an element?
a) offset
b) outline
c) outline-offset
d) none of the mentioned
Answer: b
6. Which of the following outline-offset value sets the distance the outline is outset from the border edge?
a) distance
b) length
c) initial
d) all
Answer: b
7. Which of the following CSS3 property specifies whether or not an element is resizable by the user?
a) resize
b) length
c) inherit
d) none of the mentioned
Answer: b
8. Which of the following CSS3 property specifies where to navigate when using the arrow-up navigation key?
a) nav-upper
b) nav-top
c) nav-up
d) all of the mentioned
Answer: c
9. Which of the following CSS3 property specifies where to navigate when using the arrow-right navigation key?
a) right
b) nav-right
c) nav-side
d) none of the mentioned
Answer: c
10. Which of the following nav-right value is used to the inherits this property from its parent element?
a) auto
b) id
c) target-name
d) inherit
Answer: d






























