CSS Questions

0 votes, 0 avg
547

CSS Questions

1 / 15

1. Three of these choices are tue about class selectors. Which is NOT true?

2 / 15

2. In the example below, when will the color pink be applied to the anchor element? a:active{ color:pink; }

3 / 15

3. Which of the following CSS Gradient Functions sets the direction and colors of a gradient that fades from one color to the next in a straight line?

4 / 15

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

5 / 15

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

6 / 15

6. What should be the table width, So that the width of the table adjust to the current width of the browser window?

7 / 15

7. The CSS property that is equivalent to the align attribute is:

8 / 15

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

9 / 15

9. Which statement regarding icon fonts is true?

10 / 15

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

11 / 15

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

12 / 15

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

13 / 15

13. CSS is written in which language?

14 / 15

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

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