Which of the following CSS Property specifies the top offset of a positioned element?
Select an option to see the answer and solution.
Which of the following CSS Property specifies the top offset of a positioned element?
Select an option to see the answer and solution.
Which of the following CSS Property Specifies the left offset of a positioned element?
A. right
B. left
C. bottom
D. up
Select an option to see the answer and solution.
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
Select an option to see the answer and solution.
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
Select an option to see the answer and solution.
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
Select an option to see the answer and solution.
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
Select an option to see the answer and solution.
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
Select an option to see the answer and solution.
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
Select an option to see the answer and solution.
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
Select an option to see the answer and solution.
Which of the following are different origins of style sheets?
A. author
B. user
C. user agent
D. all of the mentioned
Select an option to see the answer and solution.
Which of the following Cascading order has the highest precedence?
A. user agent declarations
B. user normal declarations
C. author normal declarations
D. author important declarations
Select an option to see the answer and solution.
Which of the following property is used to define how nested items are rendered in a 3-D space?
A. transform-style
B. transform
C. transform-origin
D. transform-3D
Select an option to see the answer and solution.
Which of the following rule allows users to import style rules from other style sheets?
A. @media
B. @important
C. @import
D. @style
Select an option to see the answer and solution.
Which of the following property is a shorthand that resets all CSS properties?
A. reset
B. inital
C. all
D. delete
Select an option to see the answer and solution.
Which of the following generate “virtual” rules representing their effects when running?
A. DOM’s
B. !important
C. CSS Animations
D. Inheritance
Select an option to see the answer and solution.
The _______________ is the result of taking the computed value and completing any remaining calculations to make it the absolute theoretical value used in the layout of the document.
A. cascaded value
B. declared value
C. used value
D. none of the mentioned
Select an option to see the answer and solution.
The _________________ is the result of resolving the specified value.
A. cascaded value
B. computed value
C. specified value
D. declared value
Select an option to see the answer and solution.
The ____________ represents the result of the cascade: it is the declared value that wins the cascade.
A. specified Value
B. actual value
C. computed value
D. cascaded value
Select an option to see the answer and solution.
The CSS cascade assigns a weight to each style rule. State true or false.
Select an option to see the answer and solution.