CSS MCQ Quiz Hub

Css Mcq Set 5

Choose a topic to test your knowledge and improve your CSS skills

Which of the following measurement defines a measurement relative to the height of a font in em spaces?





✅ Correct Answer: 3

Which of the following measurement defines a measurement in points?





✅ Correct Answer: 4

Which of the following measurement defines a measurement in inches?





✅ Correct Answer: 2

Which of the following measurement defines a measurement in pixels?





✅ Correct Answer: 1

Which of the following measurement defines a measurement relative to a font’s x-height?





✅ Correct Answer: 3

Which of the following measurement is relative to 1percentage of viewport’s larger dimension?





✅ Correct Answer: 2

Which of the following measurement is relative to 1percentage of the width of the viewport?





✅ Correct Answer: 1

Which of the following measurement is relative to 1% of the height of the viewport?





✅ Correct Answer: 4

Which of the following measurement is relative to font-size of the root element?





✅ Correct Answer: 1

Which of the following property sets in a shorthand form any or all background properties?





✅ Correct Answer: 2

Which of the following property sets the coordinates of the clipping shape that exposes or hides the content of absolutely positioned elements?





✅ Correct Answer: 2

Which of the following property generates content in a document and is used with the :before and :after pseudo-elements?





✅ Correct Answer: 2

Which of the following property determines how the cursor displays when passed over the affected element?





✅ Correct Answer: 4

Which of the following property is used to control the text direction, much like the dir attribute for (X)HTML tags?





✅ Correct Answer: 3

Which of the following property specifies an element’s display type and can override an element’s defined presentation?





✅ Correct Answer: 4

What does SVG stands for?





✅ Correct Answer: 2

Which of the following element is used to begin an SVG image?





✅ Correct Answer: 2

Which of the following element is used to create a circle?





✅ Correct Answer: 3

Which of the following element is used to create an SVG ellipse?





✅ Correct Answer: 2

Which of the following is not an attribute used with SVG ellipse?





✅ Correct Answer: 3

Which of the following element is used to create a SVG line?





✅ Correct Answer: 1

Which of the following is attribute of SVG line?





✅ Correct Answer: 4

Which of the following element is used to create any shape that consists of only straight lines?





✅ Correct Answer: 2

Which of the following defines the color of a line, text or outline of an element?





✅ Correct Answer: 4

Which of the following selector is used to select and style when you place mouse over it?





✅ Correct Answer: 2

Which of the following method increases or decreases the size of an element using tranform?





✅ Correct Answer: 2

Which of the following method moves an element from its current position using tranform?





✅ Correct Answer: 3

Which of the following property specifies the speed curve of the transition effect?





✅ Correct Answer: 3

Which of the following method skews an element along the X-axis by the given angle using tranform?





✅ Correct Answer: 1

Which of the following method skews an element along the X and Y-axis by the given angles using tranform?





✅ Correct Answer: 4

Which of the following transition-timing-function property specifies a transition effect with a slow start?





✅ Correct Answer: 2

Which of the following transition-timing-function property specifies a transition effect with a slow start, then fast, then end slowly





✅ Correct Answer: 1

Which of the following transition-timing-function property lets you define your own values in a cubic-bezier function





✅ Correct Answer: 3

Which of the following method combines all the 2D transform methods into one using transform?





✅ Correct Answer: 3

Which of the following css property should be used to make a responsive image?





✅ Correct Answer: 4

Which of the following css propery define the properties that will be animated in an animation rule?





✅ Correct Answer: 4

Which of the following CSS3 property is used to tell the browser what the sizing properties should be include?





✅ Correct Answer: 1

Which of the following CSS3 property specifies where to navigate when using the arrow-down navigation key?





✅ Correct Answer: 3

Which of the following CSS3 property specifies the sequential navigation order for an element?





✅ Correct Answer: 3

Which of the following nav-left value sets it’s value to default value?





✅ Correct Answer: 3

Which of the following CSS3 property adds space between an outline and the edge or border of an element?





✅ Correct Answer: 2

Which of the following outline-offset value sets the distance the outline is outset from the border edge?





✅ Correct Answer: 2

Which of the following CSS3 property specifies whether or not an element is resizable by the user?





✅ Correct Answer: 2

Which of the following CSS3 property specifies where to navigate when using the arrow-up navigation key?





✅ Correct Answer: 3

Which of the following CSS3 property specifies where to navigate when using the arrow-right navigation key?





✅ Correct Answer: 3

Which of the following nav-right value is used to the inherits this property from its parent element?





✅ Correct Answer: 4

Which of the following css property allows elements to be offset, rotated, scaled, and skewed in a variety of different ways?





✅ Correct Answer: 3

Which of the following css property is used to define a delay before an animation starts?





✅ Correct Answer: 2

Which of the following css property is used to define the time it takes one iteration of an animation to play?





✅ Correct Answer: 3

Which of the following css property is used to define which properties a transition will be applied to?





✅ Correct Answer: 2

Which of the following css property is used to describe how the animation will play?





✅ Correct Answer: 4

Which of the following css property is used to indicate if an animation plays in reverse or repeats itself every other iteration?





✅ Correct Answer: 3

Which of the following css property is used to define the time it takes one iteration of an animation to play?





✅ Correct Answer: 1

Which of the following css property is used to define the number of times an animation should play?





✅ Correct Answer: 3

Which of the following css property is used to define the animations that should be run?





✅ Correct Answer: 4