CSS Questions

0 votes, 0 avg
560

CSS Questions

1 / 15

1. Which of the following CSS Property selects an animation defined in an @keyframes rule and applies it to the element?

2 / 15

2. If we don’t want to allow a floating div to the left side of an element, which CSS property will we use?

3 / 15

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

4 / 15

4. Which of the following property sets the background image to scroll or not to scroll with its associated element’s content?

5 / 15

5. Which of the following is used to specify the subscript of text using CSS?

6 / 15

6. Which one of these is NOT an appropriate value for the font-variant property?

7 / 15

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

8 / 15

8. When using position fixed, what will the element always be positioned relative to?

9 / 15

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

10 / 15

10. Which of the following is the correct syntax to display the hyperlinks without any underline?

11 / 15

11. Which of the following attributes is used to specify elements to bind style rules to?

12 / 15

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

13 / 15

13. What is the correct syntax for referring an external CSS?

14 / 15

14. Which of the following property controls the horizontal overflow of a block or inline block?

15 / 15

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

Your score is

The average score is 49%

0%

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

Scroll to Top