css-exam

0 votes, 0 avg
547

CSS Questions

1 / 15

1. Which of the following is not a browser-specific versions of linear-gradient()?

2 / 15

2. Which of the following CSS selectors are used to specify a group of elements?

3 / 15

3. What will be the output of following CSS code snippet? h1 {color: red text-decoration: underline; font-style: italic;}

4 / 15

4. What will be the output of the following CSS code snippet? span {
border: 1px solid red;
outline: green dotted thick;
}

5 / 15

5. Which one is NOT the audio element’s attribute?

6 / 15

6. How would you make the first letter of every paragraph on the page red?

7 / 15

7.  Which of the following Media Query describe the ratio of the device width to the device height of the media?

8 / 15

8. What is the use of Pseudo-classes In CSS?

9 / 15

9. How do you comment in CSS file?

10 / 15

10. Which of the following properties will we use to display border around a cell without any content.?

11 / 15

11. Which of the following CSS Property defines which property values to apply to the element before the animation begins (if delayed) and after it ends?

12 / 15

12. What is the way to specify media dependencies for style sheets ?

13 / 15

13. The default value of "position" attrubute is?

14 / 15

14. Which of the following CSS3 property specifies the sequential navigation order for an element?

15 / 15

15. What is not a valid way of declaring a padding value of 10 pixels on the top and bottom, and 0 pixels on the left abd right?

Your score is

The average score is 49%

0%

Scroll to Top