CSS Questions

0 votes, 0 avg
547

CSS Questions

1 / 15

1. Which of the following will insert generated content in the counter?

2 / 15

2. The default value of “position” attribute is___________

3 / 15

3. The default value of “position” attrubute is?

4 / 15

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

5 / 15

5. Which of the following CSS Gradient Functions creates a circular, and optionally sets its shape, size, and position?

6 / 15

6. Which of the following is only for table elements?

7 / 15

7. Which selector do we use to specify the rule for binding some particular unique element?

8 / 15

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

9 / 15

9.  Which of the following CSS property defines the different properties of all four sides of an element’s border in a single declaration?

10 / 15

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

11 / 15

11. In the below code snippet, in what order will the margins be added? p {
margin: 25px 50px 75px 100px;
}

12 / 15

12. What type of CSS is generally recommended for designing large web pages?

13 / 15

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

14 / 15

14. Which statement regarding icon fonts is true?

15 / 15

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

Your score is

The average score is 49%

0%

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

Scroll to Top