Test Series - css

Test Number 41/59

Q: Which of the following CSS Property controls how an element is positioned?
A. position
B. set
C. static
D. fix
Solution: Controls how an element is positioned. When set to absolute or fixed, the element is removed completely from the normal flow of the document. When set to relative, the element is moved relative to its position in the normal flow, but a space is left where it would normally have been. The default value, static, means the element remains in the normal flow and is not positioned.
Q: Which of the following CSS Property specifies the top offset of a positioned element?
A. top
B. up
C. reverse
D. fix
Solution: Self-explainatory.
Q: Which of the following CSS Property Specifies the left offset of a positioned element?
A. right
B. left
C. bottom
D. up
Solution: Self-explainatory.
Q: Which of the following CSS Property sets the stacking order of positioned elements?
A. x-index
B. y-index
C. z-index
D. all of the mentioned
Solution: Self-explainatory.
Q: Which of the following CSS Property Defines the area of an absolutely positioned element that remains visible?
A. clamp
B. clip
C. visibility
D. static
Solution: Self-explainatory.
Q: Which of the following CSS 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. all of the mentioned
Solution: Syntax: list-style-position: inside | outside
Q: Which of the following CSS Property defines the x-coordinate of the background-position property?
A. background-position-x
B. background-position-y
C. background-x-axis
D. background-y-axis
Solution: Syntax: background-position-x: length | percentage | left | center | right
Q: Which of the following CSS Property specifies the position of the mask?
A. mask
B. mask-position
C. mask-origin
D. none of the mentioned
Solution: Syntax:
mask-position: xpos ypos.
Q: Which of the following CSS Property specifies the x-coordinate in the position of the mask?
A. mask-x
B. mask-x-origin
C. mask-position-x
D. mask-origin-x
Solution: Syntax:

mask-position-x: length | percentage | left | center | right
Q: Which of the following Microsoft-introduced property defines the position of underlining set by the text-decoration property?
A. text-underline
B. text-underline-origin
C. text-underline-position
D. none of the mentioned
Solution: Self-explainatory.

You Have Score    /10