CSS Questions

0 votes, 0 avg
560

CSS Questions

1 / 15

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

2 / 15

2. Choose the option that correctly specifies the output of the following CSS. span {
border: 1px solid red;
outline: green dotted thick;
}

3 / 15

3. Which of the following is the correct syntax to display the hyperlinks without any underline?

4 / 15

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

5 / 15

5. Which one is NOT the audio element’s attribute?

6 / 15

6. Which model includes margin, border, padding, and content?

7 / 15

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

8 / 15

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

9 / 15

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

10 / 15

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

11 / 15

11. Which of the following syntax is correct in CSS to make each word of a sentence start with a capital letter?

12 / 15

12. How do you comment in CSS file?

13 / 15

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

14 / 15

14. What is CSS?

15 / 15

15. Which of the following function adjusts the difference between light and dark values, for use by the filter property?

Your score is

The average score is 49%

0%

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

Scroll to Top