CSS Questions

0 votes, 0 avg
556

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 CSS property defines how an image or video fits into container with established height and width?

3 / 15

3. Which of the following property controls the horizontal overflow of a block or inline block?

4 / 15

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

5 / 15

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

6 / 15

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

7 / 15

7. Which of the following is used to specify the subscript of text using CSS?

8 / 15

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

9 / 15

9. Which selector do we use to specify the rule for binding some particular unique element?

10 / 15

10. CSS is written in which language?

11 / 15

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

12 / 15

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

13 / 15

13. Which of the following will provide date pickers?

14 / 15

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

15 / 15

15. Which one can animate the width of search input when get focus?

Your score is

The average score is 49%

0%

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

Scroll to Top