CSS Questions

0 votes, 0 avg
552

CSS Questions

1 / 15

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

2 / 15

2.  Which of the following property sets list-style-type, list-style-position, and liststyle-image?

3 / 15

3. Which of the following is only for table elements?

4 / 15

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

5 / 15

5. When adding transparency styles, what is the difference between using the opacity property versus the background property with rgba() value?

6 / 15

6. Which statement regarding icon fonts is true?

7 / 15

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

8 / 15

8.  Which of the following Media Query describe the ratio of the device width to the device height of the media?

9 / 15

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

10 / 15

10. Which of the following selector selects all element of E that have the attribute attr that end with the given value?

11 / 15

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

12 / 15

12. What is CSS?

13 / 15

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

14 / 15

14. When using flexbox, the ‘justify-content’ property can be used to distribute the space between the flex items along the main axis. Which value should be used to evenly distribute the flex items within the container shown below.

15 / 15

15. The CSS property used to set the distance between the borders of the adjacent cells in the table is__________

Your score is

The average score is 49%

0%

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

Scroll to Top