CSS Questions

0 votes, 0 avg
548

CSS Questions

1 / 15

1. Which Of The Following Selector Selects An Element That Has No Children?

2 / 15

2. What scales the background image as large as possible?

3 / 15

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

4 / 15

4.  Which of the following property influences the horizontal alignment of an element, making it “float” toward the left or right margin of its containing element?

5 / 15

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

6 / 15

6. What changes the shadow from an outer shadow?

7 / 15

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

8 / 15

8. Which Event Will Be Used When A Connection To The Server Is Opened.

9 / 15

9. Which of the following Property controls the display of small caps?

10 / 15

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

11 / 15

11. From the choices given below, select the correct oredr to code css pseudo-classes.

12 / 15

12. Which of the following syntax is correct in CSS to make each word of a sentence start with a capital letter?

13 / 15

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

14 / 15

14. Which of the following selector selects the element that is the first child of its parent that is of its type?

15 / 15

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

Your score is

The average score is 49%

0%

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

Scroll to Top