What is css stands for
A. Color Style Sheets
B. Cascade Sheets Style
C. Cascade Style Sheet
D. Cascading Style Sheets
Select an option to see the answer and solution.
In css what does h1 can be called as
A. Selector
B. Attribute
C. Value
D. Tag
Select an option to see the answer and solution.
In css what does “color:red” can be called as
A. Selector
B. Rule
C. Declaration
D. None of the above
Select an option to see the answer and solution.
Which of the following attributes is used to specify elements to bind style rules to?
A. id
B. class
C. tag
D. all of the mentioned
Select an option to see the answer and solution.
________ selectors, which are used to specify a rule to bind to a particular unique element
A. id
B. class
C. tag
D. both (B) and (C)
Select an option to see the answer and solution.
In css what does “font-size” can be called as
A. Selector
B. Rule
C. Property
D. Property-Name
Select an option to see the answer and solution.
_________ selectors, which are used to specify a group of elements
A. id
B. class
C. tag
D. both (B) and (C)
Select an option to see the answer and solution.
__________ implementation that introduced text, list, box, margin, border, color, and background properties.
Select an option to see the answer and solution.
Is it the best way to include H1 heading only one time in the web page. State true or false.
Select an option to see the answer and solution.
Is it the best way to include H1 heading only one time in the web page. State true or false.
Select an option to see the answer and solution.
Which of the following element is used by the filter property to blur the images?
A. opaque()
B. scatter()
C. blur()
D. all of the mentioned
Select an option to see the answer and solution.
Which of the following function adjust the brightness of an element’s color, for use by the filter property?
A. contrast()
B. dark()
C. light()
D. brightness()
Select an option to see the answer and solution.
Which of the following function adjusts the difference between light and dark values, for use by the filter property?
A. contrast()
B. dark()
C. light()
D. brightness()
Select an option to see the answer and solution.
Which of the following function with filter property to create your own sophisticated effects on DOM elements?
A. create()
B. DOM()
C. custom()
D. none of the mentioned
Select an option to see the answer and solution.
Which of the following function converts an element’s color to a shade of gray, for use by the filter property?
A. shade()
B. grayscale()
C. black()
D. brightness()
Select an option to see the answer and solution.
Which of the following function flips an element’s colors, for use by the filter property?
A. image()
B. flip()
C. invert()
D. contrast()
Select an option to see the answer and solution.
Which of the following function applies a saturation effect to an element’s color, making it appear more or less vivid, for use by the filter property?
A. color()
B. saturation()
C. saturate()
D. none of the mentioned
Select an option to see the answer and solution.
Which of the following function defines a linear gradient as a CSS image?
A. grayscale()
B. gradient()
C. image()
D. linear-gradient()
Select an option to see the answer and solution.
Which of the following function two dimensional transformation in matrix format?
A. matrix()
B. matrix2d()
C. matrix3d()
D. perspective
Select an option to see the answer and solution.
Which of the following function apply a sepia tinge to an element’s color, typical of old photographs, for use by the filter property?
A. grayscale()
B. sepia()
C. contrast()
D. brightness()
Select an option to see the answer and solution.