CSS Questions

0 votes, 0 avg
548

CSS Questions

1 / 15

1. Which of these would give a block element rounded corners?

2 / 15

2. Suppose we want to arrange 5 no of divs so that div4 is placed above div1. Now, which css property will we use to control the order of stack?

3 / 15

3. Which CSS property is used for controlling the layout?

4 / 15

4. Which of the following selector selects all element of E that have the attribute attr that end with the given value?

5 / 15

5. CSS is written in which language?

6 / 15

6. What is the difference between display:none and visibillity:hidden?

7 / 15

7. Which of the following CSS Property determines whether an animation should run in reverse on some cycles?

8 / 15

8. Which of the following function adjusts the difference between light and dark values, for use by the filter property?

9 / 15

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

10 / 15

10. Which of the following media feature describes the number of entries in the color lookup table of the output device

11 / 15

11. Which of the following CSS Property sets the stacking order of positioned elements?

12 / 15

12. 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?

13 / 15

13. Which of the following property of a table element specifies whether the browser should control the appearance of the adjacent borders that touch each other or whether each cell should maintain its style?

14 / 15

14. Which of the following property of a anchor element signifies unvisited hyperlinks?

15 / 15

15. Using an attribute selector, how would you select an a tag element with a ‘title’ attribute?

Your score is

The average score is 49%

0%

Written by Shubhranshu Shekhar, who has trained 20000+ students in coding.

Scroll to Top