CSS Questions

0 votes, 0 avg
549

CSS Questions

1 / 15

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

2 / 15

2. The CSS property used to set the distance between the borders of the adjacent cells in the table is__________

3 / 15

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

4 / 15

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

5 / 15

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

6 / 15

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

7 / 15

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

8 / 15

8. Which property specifies where the background image is positioned?

9 / 15

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

10 / 15

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

11 / 15

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

12 / 15

12. What will be the output of following CSS code snippet? h1 {color: red text-decoration: underline; font-style: italic;}

13 / 15

13.  Which variable defines the data type of the content in CSS?

14 / 15

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

15 / 15

15. In the following media query example, what conditions are being targeted? @media(min-width:1024px),screen and (orientation: landscape){…..}

Your score is

The average score is 49%

0%

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

Scroll to Top