Which of the following function creates a CSS gradient image that can be used anywhere an image URL is required, including background-image, border-image, and list-style properties?
A. canvas
B. gradient
C. animation
D. color
Select an option to see the answer and solution.
Which of the following option best explain this code “background-image: repeating-radial-gradient(circle at 50% 100%, #FFEB79, #D9CC3C 5%);”?
A. Creating Infinte circular Gradients
B. Creating Repeating Circular Gradients
C. Creating Repeating Radial Gradients
D. Creating Infinite Radial Gradients
Select an option to see the answer and solution.
Which of the following option best explain this code “background-image: repeating-linear-gradient(-45deg, #426A77, #FFF 6px);”?
A. Creating Straight Stripes
B. Creating Cubic Stripes
C. Creating Spiral Stripes
D. Creating Diagonal Stripes
Select an option to see the answer and solution.
Which of the following option best explain this code “background-image: repeating-linear-gradient(to right, #D9CC3C, #FFEB79 5%, #D9CC3C 10%);”?
A. Creating a Repeating Gradient
B. Creating a Mix Repeating Gradient
C. Creating a Shadow Repeating Gradient
D. Creating a Smooth Repeating Gradient
Select an option to see the answer and solution.
Which of the following media feature describes the number of entries in the color lookup table of the output device
A. color
B. color-index
C. color-value
D. color-@media
Select an option to see the answer and solution.
Which of the following Viewport Property sets the initial scaling factor?
A. scale
B. initial-scale
C. minimum-scale
D. user-scale
Select an option to see the answer and solution.
Which of the following Viewport Property determines whether the display can be zoomed in
and out?
A. scale
B. set-scale
C. adjust-scale
D. user-scalable
Select an option to see the answer and solution.
Which of the following @viewport Property sets the viewport height in the same way as width?
A. height
B. width
C. viewpor-width
D. none of the mentioned
Select an option to see the answer and solution.
Which of the following @viewport Property locks the document in the specified orientation, portrait or landscape?
A. orientation
B. resolution
C. landscape
D. portrait
Select an option to see the answer and solution.
Which of the following Media Query describe the ratio of the device width to the device height of the media?
A. device-aspect
B. device-aspect-ratio
C. device-aspect-query
D. none of the mentioned
Select an option to see the answer and solution.
Which of the following Media Query determines if output is grid, like a simple terminal or phone, or bitmap, like a standard monitor or printer?
A. monochrome
B. grid
C. resolution
D. device-height
Select an option to see the answer and solution.
Which of the following Media Query describes the scanning method of a TV?
A. orientation
B. scan
C. resolution
D. none of the mentioned
Select an option to see the answer and solution.
Which of the following Media Query determines if output is monochrome and how many bits are used for gray display?
A. gray
B. chrome
C. monochrome
D. none of the mentioned
Select an option to see the answer and solution.
A media query consists of a media type and zero or more expressions that check for the conditions of particular media features. State true or false.
Select an option to see the answer and solution.
Which of the following defines a relative measurement for the height of a font in em spaces?
Select an option to see the answer and solution.
Which of the following defines a measurement relative to a font's x-height?
Select an option to see the answer and solution.
Which of the following property is used to control the repetition of an image in the background?
A. background-color
B. background-image
C. background-repeat
D. background-position
Select an option to see the answer and solution.
Which of the following property is used to control the scrolling of an image in the background?
A. background-attachment
B. background
C. background-repeat
D. background-position
Select an option to see the answer and solution.
Which of the following property is used to make a font italic or oblique?
A. font-family
B. font-style
C. font-variant
D. font-weight
Select an option to see the answer and solution.
Which of the following property is used to increase or decrease how bold or light a font appears?
A. font-family
B. font-style
C. font-variant
D. font-weight
Select an option to see the answer and solution.