CSS Questions

0 votes, 0 avg
552

CSS Questions

1 / 15

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

2 / 15

2. Which of the following is not value for the font-stretch(Font descriptor)?

3 / 15

3. Which of the following CSS Property defines which property values to apply to the element before the animation begins (if delayed) and after it ends?

4 / 15

4. What is the difference between display:none and visibillity:hidden?

5 / 15

5. Which of the following CSS property is used to specify the space between every letter inside an element?

6 / 15

6. What is the role of pseudo-class in CSS

7 / 15

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

8 / 15

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

9 / 15

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

10 / 15

10. Which of the following is used for spread radius?

11 / 15

11. Which of the following property will be used to display border around a cell without any content?

12 / 15

12. What will be the output of the following CSS code snippet? span {
border: 1px solid red;
outline: green dotted thick;
}

13 / 15

13. What is CSS?

14 / 15

14. IF we want to wrap a block of text around an image, which css property will we use?

15 / 15

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

Your score is

The average score is 49%

0%

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

Scroll to Top