Choose a topic to test your knowledge and improve your CSS skills
A ___________ is used to define a special state of an element.
The __________ property specifies the type of positioning method used for an element.
Which style is this? <body style="background-color: lightcyan">
Which of the following is the CSS Extension Prefixes for Webkit?
______ first became a Candidate Recommendation on February 25, 2004, but it was reverted to a Working Draft on June 13, 2005 for further review.
There is no single, integrated _______ because it is split into separate modules.
Unlike CSS 2, which is a large single specification defining various features?
_______ 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.
What will be the output of below mentioned code snippet? h1 {color: "green";}
With, which tag you write the style rules directly within the document found within the head of the document.
The _____ directive allows style sheets to be grouped and joined together, though some might wonder what the value of this function is given what linked styles provide.
Which of the following measurement defines a measurement relative to a font’s x-height?
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 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 Selector selects an element if it’s the only child of its parent with its type?
Which of the following property sets in a shorthand form any or all background properties?
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 element is used to specify multiple media resources for media elements like audio and video?
Which of the following property sets the apparent position (in stereo sound) of the synthesized voice for spoken media?
Which of the following property allows the author to explicitly set the amount of time it should take a speech synthesizer to read an element’s content?
Which of the following property sets the speaker’s voice used by a speech media agent to read an element?
______ types are mutually exclusive in the sense that a user agent can only support one media type when rendering a document.
Which of the following property sets the size of the font?
Which of the following Property controls the display of small caps?
Which of the following font-weight property make the text lighter in relation to its parent?
Which of the following property converts text to initial capitals, all uppercase, or all lowercase?
Which of the following font-variant property render text using the same letter case as in the underlying code?
Which of the following property sets the alignment of the last line of a text block?
Which of the following property controls how spaces and word wrapping are handled?
Which of the following property specifies what line decorations, if any, are added to the text?
Which of the following property applies one or more shadows to text?
Which of the following property allows long text, such as a URL, to be broken if it would otherwise over?
Which of the following is used to associate a font name to be used in a style sheet with some downloadable font?
Which of the following is not value for the font-stretch(Font descriptor)?
Which of the following font format is supported by all the latest browser?
Which of the following media query describe output style portrait if height is greater than or equal to width, landscape if the opposite?
Which of the following media query describe the ratio of the width to the height of the media?
Which of the following media query describe describes the height of the screen or full height of the output page?
Which of the following property sets the style of a font?
Which of the following property specifies whether an element is an accelerator indicator or not?
Which of the following property adds padding to the top of an element?
Which of the following display property value is described by treats the element as inline?
Which of the following property defines the style for the bottom border of an element?
Which of the following property defines the style for the left border of an element?
Which of the following visibility property value is described by The element is not visible, but the layout of surrounding elements is not affected?
Which of the following display property value is described by used internally by browsers to create list items. Of no practical value to web designers?
Which of the following property controls the horizontal overflow of a block or inline block?
Which of the following Overflow property value is described by scrollbars should be provided if the content is too big, but actual implementation is left up to the browser?
Which of the following property sets a consistent margin on all four sides of the affected element?