Which of the following method combines all the 2D transform methods into one using transform?
A. combine()
B. 2D-tranform()
C. matrix()
D. matrix-2D()
Select an option to see the answer and solution.
Which of the following CSS3 property is used to tell the browser what the sizing properties should be include?
A. box-sizing
B. box-model
C. box-design
D. box-redesign
Select an option to see the answer and solution.
Which of the following CSS3 property specifies where to navigate when using the arrow-down navigation key?
A. down
B. nav-down
C. arrow-down
D. none of the mentioned
Select an option to see the answer and solution.
Which of the following CSS3 property specifies the sequential navigation order for an element?
A. nav
B. class
C. nav-index
D. class-index
Select an option to see the answer and solution.
Which of the following nav-left value sets it’s value to default value?
A. target-name
B. id
C. inital
D. inherit
Select an option to see the answer and solution.
Which of the following CSS3 property adds space between an outline and the edge or border of an element?
A. offset
B. outline
C. outline-offset
D. none of the mentioned
Select an option to see the answer and solution.
Which of the following outline-offset value sets the distance the outline is outset from the border edge?
A. distance
B. length
C. initial
D. all
Select an option to see the answer and solution.
Which of the following CSS3 property specifies whether or not an element is resizable by the user?
A. resize
B. length
C. inherit
D. none of the mentioned
Select an option to see the answer and solution.
Which of the following CSS3 property specifies where to navigate when using the arrow-up navigation key?
A. nav-upper
B. nav-top
C. nav-up
D. all of the mentioned
Select an option to see the answer and solution.
Which of the following CSS3 property specifies where to navigate when using the arrow-right navigation key?
A. Which of the following CSS3 property specifies where to navigate when using the arrow-right navigation key?
B. nav-right
C. nav-side
D. none of the mentioned
Select an option to see the answer and solution.
Which of the following nav-right value is used to the inherits this property from its parent element?
A. auto
B. id
C. target-name
D. inherit
Select an option to see the answer and solution.
Which of the following Module is not available in CSS3.
A. DOMs
B. Fonts
C. Backgrounds and Borders
D. Color
Select an option to see the answer and solution.
What module introduces the ability to modify CSS property values over time, such as position or color, to create animated layouts?
A. 3D Transforms
B. Animations
C. 2D Transforms
D. Box Model
Select an option to see the answer and solution.
What module defines the management of generated content for print output, including crop mark indication, header/footer handling, and much more?
A. Behavioral Extensions
B. Generated and Replaced Content
C. Generated Content for Paged Media
D. Grid Positioning
Select an option to see the answer and solution.
What module defines the handling of lists, including marker styles and some aspects of counters?
A. Line Layout
B. Lists
C. Media Queries
D. Namespaces
Select an option to see the answer and solution.
What module expands the absolute and relative units of measure, including significant changes to support animation and aural changes with time (s and ms) and angle (deg and rad) values?
A. Transitions
B. Template Layout
C. Web Fonts
D. Values and Units
Select an option to see the answer and solution.
Which of the following selector is used to selects siblings?
A. ::after
B. E ~ F
C. :checked
D. E[attr^=value]
Select an option to see the answer and solution.
Which of the following selector is used to selects the elements that are the default among a set of similar elements?
A. ::after
B. :disabled
C. :default
D. :checked
Select an option to see the answer and solution.
Which of the following selector is used to selects the element that is the first child of its parent that is of its type?
A. :nth-child(n)
B. ::first-line
C. :last-of-type
D. :first-of-type
Select an option to see the answer and solution.
Which of the following selector is used to selects the element that is the nth child of its parent?
A. :nth-child(n)
B. ::first-line
C. :last-of-type
D. :first-of-type
Select an option to see the answer and solution.