CSS Questions

0 votes, 0 avg
551

CSS Questions

1 / 15

1. Which Event Will Be Used When A Connection To The Server Is Opened.

2 / 15

2. When we write < img src="img.png" > , what “img.png” inside double quote implies?

3 / 15

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

4 / 15

4. Which of the following media feature describes the number of entries in the color lookup table of the output device

5 / 15

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

6 / 15

6. Which of the following CSS selectors are used to specify a group of elements?

7 / 15

7. Which statement about block and inline elements is true?

8 / 15

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

9 / 15

9. In the example below, when will the color pink be applied to the anchor element? a:active{ color:pink; }

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. Which of the following attributes is used to specify elements to bind style rules to?

12 / 15

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

13 / 15

13. The __________ rule makes it possible to define different style rules for different media types in the same stylesheet.

14 / 15

14. Which of the following media query describe output style portrait if height is greater than or equal to width, landscape if the opposite?

15 / 15

15. What should be the table width, So that the width of the table adjust to the current width of the browser window?

Your score is

The average score is 49%

0%

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

Scroll to Top