Which of the following property defines in a shorthand form the width, style, and color for the top border of an element?
A. border-style
B. border-height
C. border-width
D. border-top
Select an option to see the answer and solution.
Which of the following property sets the shadow for a box element?
A. shadow
B. set-shadow
C. canvas-shadow
D. box-shadow
Select an option to see the answer and solution.
Which of the following property defines a shadow effect for text?
A. box-shadow
B. img-shadow
C. text-shadow
D. none of the mentioned
Select an option to see the answer and solution.
Which of the following property defines a shadow color for the right and bottom edges of a scroll bar?
A. scrollbar-darkshadow
B. scrollbar-shadow-color
C. scrollbar-darkshadow-color
D. none of the mentioned
Select an option to see the answer and solution.
Which of the following property defines a color for the right and bottom edges of a scroll bar.
A. scrollbar-color
B. scrollbar-darkshadow-color
C. scrollbar-shadow
D. scrollbar-shadow-color
Select an option to see the answer and solution.
Which of the following property sets list-style-type, list-style-position, and liststyle-image?
A. style
B. list-style
C. menu-style
D. img-style
Select an option to see the answer and solution.
Which of the following property assigns a graphic image to a list item?
A. list-image-style
B. list-style-image
C. list-image
D. none of the mentioned
Select an option to see the answer and solution.
Which of the following property specifies whether the labels for an element’s list items are positioned inside or outside the “box” defined by the listed item?
A. list-style
B. list-position
C. list-style-position
D. list-position-style
Select an option to see the answer and solution.
Which of the following property defines labels for a list of items?
A. list-shape
B. list-style
C. list-type
D. list-style-type
Select an option to see the answer and solution.
Which of the following property defines in a shorthand form the width, style, and color for all four sides of an element’s border?
A. border
B. border-style
C. border-color
D. border-all
Select an option to see the answer and solution.
Which of the following property defines in a shorthand form the width, style, and color for the left border of an element?
A. border
B. border-style
C. border-left
D. none of the mentioned
Select an option to see the answer and solution.
Which of the following property is used to round border corners?
A. border-corner
B. border-round
C. border-radius
D. none of the mentioned
Select an option to see the answer and solution.
Which of the following property influences the horizontal alignment of an element, making it “float” toward the left or right margin of its containing element?
A. float
B. float-left
C. float-right
D. float-align
Select an option to see the answer and solution.
Which of the following property sets the font face to be used for text?
A. font
B. font-text
C. font-family
D. none of the mentioned
Select an option to see the answer and solution.
Which of the following property sets the font size of text?
A. font
B. font-text
C. font-size
D. none of the mentioned
Select an option to see the answer and solution.
Which of the following CSS Gradient Functions sets the direction and colors of a gradient that fades from one color to the next in a straight line?
A. gradient()
B. line-gradient()
C. linear-gradient()
D. none of the mentioned
Select an option to see the answer and solution.
Which of the following CSS Gradient Functions creates a circular or elliptical gradient, and optionally sets its shape, size, and position?
A. radial-gradient()
B. circular-gradient()
C. elliptical-gradient()
D. none of the mentioned
Select an option to see the answer and solution.
Which of the following CSS Gradient Functions Creates a radial gradient that repeats infinitely?
A. repeat-radial-gradient()
B. repeating-radial-gradient()
C. infinite-radial-gradient()
D. none of the mentioned
Select an option to see the answer and solution.
Which of the following is not a browser-specific versions of linear-gradient()?
A. -moz-linear-gradient()
B. -o-linear-gradient()
C. -mac-linear-gradient()
D. -webkit-linear-gradient()
Select an option to see the answer and solution.
Which of the following argument is not accepted by radial-gradient() function?
A. Shape
B. Time
C. Color stops
D. Position
Select an option to see the answer and solution.