css-exam

0 votes, 0 avg
550

CSS Questions

1 / 15

1. Using an attribute selector, how would you select an a tag element with a 'title' attribute?

2 / 15

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

3 / 15

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

4 / 15

4. What is the use of Pseudo-classes In CSS?

5 / 15

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

6 / 15

6. How would you make the first letter of every paragraph on the page red?

7 / 15

7. Which value specifies a transition effect with a slow start, then fast, then end slowly?

8 / 15

8. What is CSS?

9 / 15

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

10 / 15

10. What is the difference between the margin and padding properties?

11 / 15

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

12 / 15

12. Which of these would give a block element rounded corners?

13 / 15

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

14 / 15

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

15 / 15

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

Your score is

The average score is 49%

0%

Scroll to Top