Which of the following uses 1vw or 1vh, whichever is smaller?
Which of the following uses 1vw or 1vh, whichever is smaller?
Which of the following selector selects all paragraph elements with a lang attribute?
Which of the following selector selects all paragraph elements with a lang attribute?
Which of the following is correct about CSS?
Which of the following is correct about CSS?
Which of the following measurement defines a measurement relative to a font’s x-height?
Which of the following measurement defines a measurement relative to a font’s x-height?
Is it the best way to include H1 heading only one time in the web page. State true or false.
Is it the best way to include H1 heading only one time in the web page. State true or false.
Which of the following is the correct way to applying style to a document?
Which of the following is the correct way to applying style to a document?
Which of the following CSS3 Color Feature can be used as a macro for whatever the current color is?
Which of the following CSS3 Color Feature can be used as a macro for whatever the current color is?
Which of the following property sets the amount of spacing between letters?
Which of the following property sets the amount of spacing between letters?
Which of the following font-size-adjust is value used in calculating the size of the fallback fonts?
Which of the following font-size-adjust is value used in calculating the size of the fallback fonts?
What will happen in this case?
h1 {color: red text-decoration: underline; font-style: italic;}
What will happen in this case?
h1 {color: red text-decoration: underline; font-style: italic;}
Which of the following value is supposed to be a slightly bolder weight that standard bold in font attribute?
Which of the following value is supposed to be a slightly bolder weight that standard bold in font attribute?
Which of the following selects a normal, or small-caps face from a font family?
Which of the following selects a normal, or small-caps face from a font family?
Which of the following property assigns a graphic image to a list item?
Which of the following property assigns a graphic image to a list item?
Which of the following CSS3 Color Feature like RGB color but adds an alpha channel value to specify the opacity of the color?
Which of the following CSS3 Color Feature like RGB color but adds an alpha channel value to specify the opacity of the color?
________ first became a Candidate Recommendation on February 25, 2004, but it was reverted to a Working Draft on June 13, 2005 for further review.
________ first became a Candidate Recommendation on February 25, 2004, but it was reverted to a Working Draft on June 13, 2005 for further review.
Which of the following is not a attribute of the audio element?
Which of the following is not a attribute of the audio element?
Unlike CSS 2, which is a large single specification defining various features?
Unlike CSS 2, which is a large single specification defining various features?
What is the latest version of css available?
What is the latest version of css available?
For External Style Sheets in some cases when @import is used, the browser may cause a rendering “flash” under slow loading conditions.State true or false.
For External Style Sheets in some cases when @import is used, the browser may cause a rendering “flash” under slow loading conditions.State true or false.
Which of the following defines a measurement as a percentage relative to another value, typically an enclosing element?
Which of the following defines a measurement as a percentage relative to another value, typically an enclosing element?
Which of the following defines 1% of viewport height?
Which of the following defines 1% of viewport height?
Which of the following is not an Absolute Unit?
Which of the following is not an Absolute Unit?
Which of the following is correct about Hex Code format of CSS colors?
Which of the following is correct about Hex Code format of CSS colors?
Which of the following selector matches a particular element only when it lies inside a particular element?
Which of the following selector matches a particular element only when it lies inside a particular element?
Which of the following Color Format is a CSS3 HSL value with a fourth value to set the alpha channel value for the color to define the opacity of the element?
Which of the following Color Format is a CSS3 HSL value with a fourth value to set the alpha channel value for the color to define the opacity of the element?
Which of the following function defines a linear gradient as a CSS image?
Which of the following function defines a linear gradient as a CSS image?
What is the CSS Extension Prefixes for WebKit?
What is the CSS Extension Prefixes for WebKit?
What is the CSS Property Equivalent for the attribute <center>?
What is the CSS Property Equivalent for the attribute <center>?
In css what does h1 can be called as
In css what does h1 can be called as
In css what does “color:red” can be called as
In css what does “color:red” can be called as
Which of the following Allows you to expand or condense the widths for a normal, condensed, or expanded font face?
Which of the following Allows you to expand or condense the widths for a normal, condensed, or expanded font face?
What is the CSS Property Equivalent for the attribute
What is the CSS Property Equivalent for the attribute
Which of the following Color Format are a 17 defined colors under CSS 2.1?
Which of the following Color Format are a 17 defined colors under CSS 2.1?
Which of the following measurement defines a measurement as a percentage?
Which of the following measurement defines a measurement as a percentage?
Which of the following is not a appropriate value for font-variant property?
Which of the following is not a appropriate value for font-variant property?
Which of the following Selector same as :firstline; changed under CSS3 to make pseudoelements obvious?
Which of the following Selector same as :firstline; changed under CSS3 to make pseudoelements obvious?
What is the CSS Property Equivalent for the attribute <font>?
What is the CSS Property Equivalent for the attribute <font>?
The first CSS specification to become an official W3C Recommendation is ___________
The first CSS specification to become an official W3C Recommendation is ___________
Which of the following property allows contextual adjustment of inter-glyph spacing, i.e. the spaces between the characters in text?
Which of the following property allows contextual adjustment of inter-glyph spacing, i.e. the spaces between the characters in text?
__________ implementation that introduced text, list, box, margin, border, color, and background properties.
__________ implementation that introduced text, list, box, margin, border, color, and background properties.
Which of the following color has this value #ff0000?
Which of the following color has this value #ff0000?
Which of the following selector matches all elements of a type?
Which of the following selector matches all elements of a type?
Which of the following value specifies whether the user agent is allowed to synthesize bold or oblique font faces when a font family lacks bold or italic faces?
Which of the following value specifies whether the user agent is allowed to synthesize bold or oblique font faces when a font family lacks bold or italic faces?
Which of the following function adjust the brightness of an element’s color, for use by the filter property?
Which of the following function adjust the brightness of an element’s color, for use by the filter property?
Is it the best way to include H1 heading only one time in the web page. State true or false.
Is it the best way to include H1 heading only one time in the web page. State true or false.
What does HSL stands for?
What does HSL stands for?
Which of the following Protocol enables a hyperlink to access a file on the local file system?
Which of the following Protocol enables a hyperlink to access a file on the local file system?
Which of the following property adjusts the font-size of the fallback fonts defined with font-family, so that the x-height is the same no matter what font is used?
Which of the following property adjusts the font-size of the fallback fonts defined with font-family, so that the x-height is the same no matter what font is used?
What will happen in this case?
h1 {color: "green";}
What will happen in this case?
h1 {color: "green";}
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?
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?
For Inline Style don’t need to reapply style information throughout the document and outside documents.State true or false.
For Inline Style don’t need to reapply style information throughout the document and outside documents.State true or false.
Which of the following defines 1% of viewport width?
Which of the following defines 1% of viewport width?
Which of the following Color Format can also be defined using the keyword rgb, followed by three numbers between 0 and 255, contained in parentheses and separated by commas, with no spaces between them?
Which of the following Color Format can also be defined using the keyword rgb, followed by three numbers between 0 and 255, contained in parentheses and separated by commas, with no spaces between them?
________ selectors, which are used to specify a rule to bind to a particular unique element
________ selectors, which are used to specify a rule to bind to a particular unique element
_________ selectors, which are used to specify a group of elements
_________ selectors, which are used to specify a group of elements
What is the CSS Property Equivalent for the align attribute?
What is the CSS Property Equivalent for the align attribute?
Which of the following function adjusts the difference between light and dark values, for use by the filter property?
Which of the following function adjusts the difference between light and dark values, for use by the filter property?
Which of the following Color Format is a CSS’s six-digit hexadecimal format is the same as color defined in (X)HTML?
Which of the following Color Format is a CSS’s six-digit hexadecimal format is the same as color defined in (X)HTML?
Which of the following Color Format is a CSS2 introduced named color keywords which allows Web page colors to be matched to an operating system’s color use?
Which of the following Color Format is a CSS2 introduced named color keywords which allows Web page colors to be matched to an operating system’s color use?
Which of the following is a component of CSS style rule?
Which of the following is a component of CSS style rule?
Which of the following attributes is used to specify elements to bind style rules to?
Which of the following attributes is used to specify elements to bind style rules to?
Which of the following function with filter property to create your own sophisticated effects on DOM elements?
Which of the following function with filter property to create your own sophisticated effects on DOM elements?
“font-style comes first than font-weight in font attribute”.State true or false.
“font-style comes first than font-weight in font attribute”.State true or false.
What is css stands for
What is css stands for
Which of the following is not a value for font-style property?
Which of the following is not a value for font-style property?
For document-Wide StyleCan easily control style document by document.State true or false.
For document-Wide StyleCan easily control style document by document.State true or false.
___________ has a grammar but unlike traditional (X)HTML it is not defined with a document type definition.
___________ has a grammar but unlike traditional (X)HTML it is not defined with a document type definition.
There is no single, integrated ____________________ because it is split into separate modules.
There is no single, integrated ____________________ because it is split into separate modules.
Which of the following function flips an element’s colors, for use by the filter property?
Which of the following function flips an element’s colors, for use by the filter property?
Which of the following function apply a sepia tinge to an element’s color, typical of old photographs, for use by the filter property?
Which of the following function apply a sepia tinge to an element’s color, typical of old photographs, for use by the filter property?
Which of the following attribute specifies the URL of the linked resource?
Which of the following attribute specifies the URL of the linked resource?
Which of the following property sets the font size of text?
Which of the following property sets the font size of text?
Which of the following function converts an element’s color to a shade of gray, for use by the filter property?
Which of the following function converts an element’s color to a shade of gray, for use by the filter property?
Which of the following Selector selects an element if it’s the only child of its parent with its type?
Which of the following Selector selects an element if it’s the only child of its parent with its type?
Which of the following property sets a variation of the specified or default font family?
Which of the following property sets a variation of the specified or default font family?
Which of the following unit represent the viewport’s width?
Which of the following unit represent the viewport’s width?
Which of the following Color Format is a CSS colors can also be defined using the keyword rgb, followed by three numbers between 0 and 255, contained in parentheses and separated by commas, with no spaces between them?
Which of the following Color Format is a CSS colors can also be defined using the keyword rgb, followed by three numbers between 0 and 255, contained in parentheses and separated by commas, with no spaces between them?
In css what does “font-size” can be called as
In css what does “font-size” can be called as
___________ describes CSS properties to manipulate the position of “ruby”, which are small annotations on top of or next to words, especially common in Chinese and Japanese.
___________ describes CSS properties to manipulate the position of “ruby”, which are small annotations on top of or next to words, especially common in Chinese and Japanese.
Which of the following function two dimensional transformation in matrix format?
Which of the following function two dimensional transformation in matrix format?
Which of the following element is used by the filter property to blur the images?
Which of the following element is used by the filter property to blur the images?
Which of the following property defines labels for a list of items?
Which of the following property defines labels for a list of items?
What does screen media type is used for?
What does screen media type is used for?