Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

1.

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) inheritThis question was addressed to me in my homework.My question comes from CSS3 Fundamentals, Transitions & Animations topic in division CSS3 Fundamentals, Transitions & Animations of CSS

Answer»

The CORRECT ANSWER is (d) inherit

To EXPLAIN I WOULD SAY: Self-explainatory.

2.

Which of the following Module is not available in CSS3.(a) DOMs(b) Fonts(c) Backgrounds and Borders(d) ColorThe question was asked in final exam.The question is from CSS3 Fundamentals in chapter CSS3 Fundamentals, Transitions & Animations of CSS

Answer»

The correct choice is (a) DOMs

The best explanation: The Document Object Model (DOM) is a programming API for HTML and XML DOCUMENTS. It defines the logical STRUCTURE of documents and the way a document is accessed and manipulated.

3.

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 mentionedThis question was posed to me in a national level competition.This question is from CSS3 Fundamentals, Transitions & Animations in portion CSS3 Fundamentals, Transitions & Animations of CSS

Answer»

The CORRECT OPTION is (C) nav-side

For EXPLANATION: Self-explainatory.

4.

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 mentionedThis question was addressed to me at a job interview.My question is from CSS3 Fundamentals, Transitions & Animations in division CSS3 Fundamentals, Transitions & Animations of CSS

Answer» CORRECT ANSWER is (C) nav-up

The EXPLANATION: Self-explainatory.
5.

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 mentionedThe question was asked in unit test.This intriguing question originated from CSS3 Fundamentals, Transitions & Animations in section CSS3 Fundamentals, Transitions & Animations of CSS

Answer»

The CORRECT CHOICE is (B) length

Explanation: Self-explainatory.

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) allThis question was posed to me during an interview.This intriguing question comes from CSS3 Fundamentals, Transitions & Animations in portion CSS3 Fundamentals, Transitions & Animations of CSS

Answer» CORRECT option is (B) length

For explanation I WOULD say: Self-explainatory.
7.

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 mentionedThis question was addressed to me in an interview for internship.My doubt is from CSS3 Fundamentals, Transitions & Animations topic in portion CSS3 Fundamentals, Transitions & Animations of CSS

Answer» CORRECT OPTION is (B) outline

The EXPLANATION is: Self-explainatory.
8.

Which of the following nav-left value sets it’s value to default value?(a) target-name(b) id(c) inital(d) inheritI got this question at a job interview.This interesting question is from CSS3 Fundamentals, Transitions & Animations topic in division CSS3 Fundamentals, Transitions & Animations of CSS

Answer» RIGHT CHOICE is (C) inital

The EXPLANATION is: Self-explainatory.
9.

Which of the following CSS3 property specifies the sequential navigation order for an element?(a) nav(b) class(c) nav-index(d) class-indexI have been asked this question in quiz.My question is taken from CSS3 Fundamentals, Transitions & Animations topic in portion CSS3 Fundamentals, Transitions & Animations of CSS

Answer» CORRECT choice is (C) nav-index

For explanation I would SAY: Self-explainatory.
10.

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 mentionedI got this question in an interview for internship.My question is taken from CSS3 Fundamentals, Transitions & Animations in division CSS3 Fundamentals, Transitions & Animations of CSS

Answer»

Correct CHOICE is (C) arrow-down

For EXPLANATION I would say: Self-explainatory.

11.

Which of the following method combines all the 2D transform methods into one using transform?(a) combine()(b) 2D-tranform()(c) matrix()(d) matrix-2D()I got this question in class test.Question is taken from CSS3 Transitions for UI Elements topic in portion CSS3 Fundamentals, Transitions & Animations of CSS

Answer» CORRECT ANSWER is (C) MATRIX()

EXPLANATION: Self-explainatory.
12.

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-redesignI got this question in unit test.Question is from CSS3 Fundamentals, Transitions & Animations in section CSS3 Fundamentals, Transitions & Animations of CSS

Answer» CORRECT CHOICE is (a) box-sizing

Explanation: Self-explainatory.
13.

Which of the following css property is used to define a delay before an animation starts?(a) transform-delay(b) delay-function(c) delay-animation(d) animation-delayThis question was posed to me in a job interview.Enquiry is from CSS3 3D Transforms, Transitions, and Animations topic in division CSS3 Fundamentals, Transitions & Animations of CSS

Answer»

The CORRECT OPTION is (d) animation-delay

The BEST EXPLANATION: NONE.

14.

Which of the following transition-timing-function property lets you define your own values in a cubic-bezier function(a) cubic(n,n,n,n)(b) matrix(n,n,n,n)(c) cubic-bezier(n,n,n,n)(d) none of the mentionedThe question was asked during an interview.I want to ask this question from CSS3 Transitions for UI Elements topic in section CSS3 Fundamentals, Transitions & Animations of CSS

Answer»

The CORRECT CHOICE is (C) cubic-bezier(N,n,n,n)

To ELABORATE: Self-explainatory.

15.

Which of the following transition-timing-function property specifies a transition effect with a slow start, then fast, then end slowly(a) ease(b) ease-in(c) ease-in-out(d) none of the mentionedI have been asked this question in examination.My query is from CSS3 Transitions for UI Elements topic in division CSS3 Fundamentals, Transitions & Animations of CSS

Answer»

The CORRECT OPTION is (a) ease

For EXPLANATION I WOULD SAY: Self-explainatory.

16.

Which of the following transition-timing-function property specifies a transition effect with a slow start?(a) ease(b) ease-in(c) ease-in-out(d) none of the mentionedI had been asked this question in an online quiz.I need to ask this question from CSS3 Transitions for UI Elements in chapter CSS3 Fundamentals, Transitions & Animations of CSS

Answer»

The CORRECT ANSWER is (B) ease-in

For EXPLANATION: Self-explainatory.

17.

Which of the following method skews an element along the X and Y-axis by the given angles using tranform?(a) skewX()(b) skewy()(c) skew-X-Y()(d) skew()I had been asked this question in an online interview.My doubt is from CSS3 Transitions for UI Elements topic in section CSS3 Fundamentals, Transitions & Animations of CSS

Answer» CORRECT OPTION is (d) SKEW()

The EXPLANATION is: Self-explainatory.
18.

Which of the following method moves an element from its current position using tranform?(a) rotate()(b) scale()(c) translate()(d) matrix()I had been asked this question at a job interview.I want to ask this question from CSS3 Transitions for UI Elements topic in portion CSS3 Fundamentals, Transitions & Animations of CSS

Answer»

The CORRECT option is (C) TRANSLATE()

To explain I WOULD SAY: Self-explainatory.

19.

Which of the following method skews an element along the X-axis by the given angle using tranform?(a) skewX()(b) skewy()(c) x-axis()(d) skew()This question was addressed to me in semester exam.My question is taken from CSS3 Transitions for UI Elements topic in portion CSS3 Fundamentals, Transitions & Animations of CSS

Answer»

The CORRECT ANSWER is (a) skewX()

EXPLANATION: Self-explainatory.

20.

Which of the following property specifies the speed curve of the transition effect?(a) transition-delay(b) transition-duration(c) transition-timing-function(d) transitionThis question was addressed to me during an online exam.Query is from CSS3 Transitions for UI Elements topic in division CSS3 Fundamentals, Transitions & Animations of CSS

Answer» CORRECT CHOICE is (C) transition-timing-function

Easiest EXPLANATION: Self-explainatory.
21.

Which of the following method increases or decreases the size of an element using tranform?(a) rotate()(b) scale()(c) translate()(d) matrix()This question was posed to me in examination.This interesting question is from CSS3 Transitions for UI Elements topic in division CSS3 Fundamentals, Transitions & Animations of CSS

Answer»

The CORRECT OPTION is (B) SCALE()

The EXPLANATION: Self-explainatory.

22.

Which of the following CSS3 property specifies the alignment of the replaced element inside its box?(a) object(b) object-allign(c) object-position(d) object-renderThe question was asked during an interview for a job.My query is from CSS3 Transitions for Images topic in division CSS3 Fundamentals, Transitions & Animations of CSS

Answer»

The CORRECT CHOICE is (C) object-position

To EXPLAIN: Self-explainatory.

23.

Which of the following css property defines whether or not an element should be visible when not facing the screen?(a) visibility(b) backface-control(c) backface-visibility(d) none of the mentionedThe question was posed to me during a job interview.Question is taken from CSS3 Transitions for Images in chapter CSS3 Fundamentals, Transitions & Animations of CSS

Answer» RIGHT CHOICE is (C) backface-visibility

Easiest EXPLANATION: Self-explainatory.
24.

Which of the following selector is used to select and style when you place mouse over it?(a) focus(b) hover(c) mouse(d) all of the mentionedI had been asked this question in class test.The origin of the question is CSS3 Transitions for UI Elements in division CSS3 Fundamentals, Transitions & Animations of CSS

Answer»

The CORRECT OPTION is (B) hover

The EXPLANATION: Self-explainatory.

25.

Which of the following CSS3 property specifies how the contents of a replaced element should be fitted to the box established by its used height and width?(a) object-fit(b) object-position(c) image-orientation(d) none of the mentionedI got this question at a job interview.I'd like to ask this question from CSS3 Transitions for Images in chapter CSS3 Fundamentals, Transitions & Animations of CSS

Answer» CORRECT OPTION is (a) object-fit

To EXPLAIN: Self-explainatory.
26.

Which of the following CSS3 property specifies the intrinsic resolution of all raster images used in/on the element?(a) image-orientation(b) image-rendering(c) image-resolution(d) all of the mentionedThis question was posed to me in an online quiz.I'm obligated to ask this question of CSS3 Transitions for Images in portion CSS3 Fundamentals, Transitions & Animations of CSS

Answer»

The correct ANSWER is (C) image-resolution

To EXPLAIN I would say: Self-explainatory.

27.

Which of the following CSS3 property specifies how nested elements are rendered in 3D space?(a) transform(b) transform-style(c) transform-render(d) none of the mentionedThe question was asked during an online exam.This interesting question is from CSS3 Transitions for Images in portion CSS3 Fundamentals, Transitions & Animations of CSS

Answer» CORRECT CHOICE is (C) transform-render

Easiest EXPLANATION: Self-explainatory.
28.

Which of the following css property repeats an image both horizontally and vertically?(a) background(b) background-image(c) background-repeat(d) background-positionThis question was addressed to me in semester exam.My query is from CSS3 Transitions for Images in chapter CSS3 Fundamentals, Transitions & Animations of CSS

Answer» RIGHT ANSWER is (C) background-repeat

The BEST I can EXPLAIN: Self-explainatory.
29.

Which of the following method rotates an element around its Y-axis at a given degree using tranform 3D?(a) rotateY()(b) rotate-Y()(c) rotate-Yaxis()(d) none of the mentionedI have been asked this question during an internship interview.This intriguing question comes from CSS3 Transitions for Images in section CSS3 Fundamentals, Transitions & Animations of CSS

Answer» CORRECT OPTION is (a) rotateY()

For EXPLANATION: Self-explainatory.
30.

Which of the following property defines where a 3D element is based in the x- and the y-axis?(a) transform-style(b) perspective(n)(c) perspective-origin(d) none of the mentionedThis question was addressed to me during an online interview.My question is based upon CSS3 Transitions for Images topic in section CSS3 Fundamentals, Transitions & Animations of CSS

Answer» RIGHT OPTION is (C) perspective-origin

The BEST I can EXPLAIN: Self-explainatory.
31.

Which of the following css property specifies a delay for the transition effect?(a) transition-delay(b) transition-effect(c) transition(d) transition-durationI have been asked this question by my college director while I was bunking the class.The origin of the question is CSS3 Transitions for Images topic in section CSS3 Fundamentals, Transitions & Animations of CSS

Answer»

The CORRECT ANSWER is (a) transition-delay

For EXPLANATION: Self-explainatory.

32.

Which of the following css property specifies an image to use as the background of an element?(a) background(b) background-img(c) background-image(d) none of the mentionedThe question was posed to me by my college director while I was bunking the class.My question is based upon CSS3 Transitions for Images in portion CSS3 Fundamentals, Transitions & Animations of CSS

Answer» RIGHT OPTION is (C) background-image

The EXPLANATION is: Self-explainatory.