css-exam

0 votes, 0 avg
552

CSS Questions

1 / 15

1.  Which variable defines the data type of the content in CSS?

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 property sets the background image to scroll or not to scroll with its associated element’s content?

4 / 15

4. Which of the following will insert generated content in the counter?

5 / 15

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

6 / 15

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

7 / 15

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

8 / 15

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

9 / 15

9. Which of the following selector selects the element that is the first child of its parent that is of its type?

10 / 15

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

11 / 15

11. The default value of "position" attribute is___________

12 / 15

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

13 / 15

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

14 / 15

14. Which of the following is not a browser-specific versions of linear-gradient()?

15 / 15

15.  Which of the following property influences the horizontal alignment of an element, making it “float” toward the left or right margin of its containing element?

Your score is

The average score is 49%

0%

Scroll to Top