Precise Positioning of Elements

Question 1
Marks : +2 | -2
Pass Ratio : 100%
Which of the following CSS Property sets the stacking order of positioned elements?
x-index
y-index
z-index
all of the mentioned
Explanation:
Self-explainatory.
Question 2
Marks : +2 | -2
Pass Ratio : 100%
Which of the following CSS Property specifies the top offset of a positioned element?
top
up
reverse
fix
Explanation:
Self-explainatory.
Question 3
Marks : +2 | -2
Pass Ratio : 100%
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?
list-style
list-position
list-style-position
all of the mentioned
Explanation:
Question 4
Marks : +2 | -2
Pass Ratio : 100%
Which of the following CSS Property specifies the x-coordinate in the position of the mask?
mask-x
mask-x-origin
mask-position-x
mask-origin-x
Explanation:
Question 5
Marks : +2 | -2
Pass Ratio : 100%
Which of the following CSS Property defines the x-coordinate of the background-position property?
background-position-x
background-position-y
background-x-axis
background-y-axis
Explanation:
Question 6
Marks : +2 | -2
Pass Ratio : 100%
Which of the following CSS Property Defines the area of an absolutely positioned element that remains visible?
clamp
clip
visibility
static
Explanation:
Self-explainatory.
Question 7
Marks : +2 | -2
Pass Ratio : 100%
Which of the following Microsoft-introduced property defines the position of underlining set by the text-decoration property?
text-underline
text-underline-origin
text-underline-position
none of the mentioned
Explanation:
Self-explainatory.
Question 8
Marks : +2 | -2
Pass Ratio : 100%
Which of the following CSS Property controls how an element is positioned?
position
set
static
fix
Explanation:
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.
Question 9
Marks : +2 | -2
Pass Ratio : 100%
Which of the following CSS Property Specifies the left offset of a positioned element?
right
left
bottom
up
Explanation:
Self-explainatory.
Question 10
Marks : +2 | -2
Pass Ratio : 100%
Which of the following CSS Property specifies the position of the mask?
mask
mask-position
mask-origin
none of the mentioned
Explanation:
Syntax: