CSS Questions

0 votes, 0 avg
548

CSS Questions

1 / 15

1. Which of the following CSS property specifies the look and design of an outline?

2 / 15

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

3 / 15

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

4 / 15

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

5 / 15

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

6 / 15

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

7 / 15

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

8 / 15

8. How do you comment in CSS file?

9 / 15

9.  Which of the following will display a speech bubble pop-up?

10 / 15

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

11 / 15

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

12 / 15

12. Which of the following CSS selectors are used to specify a group of elements?

13 / 15

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

14 / 15

14. The default value of “position” attribute is___________

15 / 15

15. If a particular should never be overridden by another rule, the _______ indication should be used.

Your score is

The average score is 49%

0%

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

Scroll to Top