Q.1.
What is CSS?
Q.2.
Which of the following CSS selectors are used to specify a group of elements?
Q.3.
Which of the following has introduced text, list, box, margin, border, color, and background properties?
Q.4.
Which of the following CSS framework is used to create a responsive design?
Q.5.
Which of the following CSS selector is used to specify a rule to bind a particular unique element?
Q.6.
Which of the following CSS property is used to make the text bold?
Q.7.
What will be the output of following CSS code snippet? h1 {color: "green";}
Q.8.
Which of the following CSS style property is used to specify an italic text?
Q.9.
What will be the output of following CSS code snippet? h1 {color: red text-decoration: underline; font-style: italic;}
Q.10.
Which of the following are the CSS Extension Prefixes for Webkit?
Q.11.
Which of the following is the correct syntax to link an external style sheet in the HTML file?
Q.12.
Which of the following is the first CSS specification to become an official WRecommendation?
Q.13.
Which of the following function defines a linear gradient as a CSS image?
Q.14.
Which of the following CSS property can be used to set the image as a border instead of the border style?
Q.15.
Which of the following CSS property defines the different properties of all four sides of an element’s border in a single declaration?
Q.16.
Which of the following is the correct way to apply CSS Styles?
Q.17.
Which of the following CSS property sets the font size of text?
Q.18.
Which of the following is not the property of the CSS box model?
Q.19.
Which of the following CSS property sets what kind of line decorations are added to an element, such as underlines, overlines, etc?
Q.20.
Which of the following CSS property specifies the look and design of an outline?