CSS Questions

0 votes, 0 avg
547

CSS Questions

1 / 15

1. Which of the following Viewport Property determines whether the display can be zoomed in and out?

2 / 15

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

3 / 15

3. Which of the following properties will we use to display border around a cell without any content.?

4 / 15

4. Which of the following Color Format is a CSS2 introduced named color keywords which allows Web page colors to be matched to an operating system’s color use?

5 / 15

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

6 / 15

6. Which of the following property will be used to display border around a cell without any content?

7 / 15

7. In the following media query example, what conditions are being targeted? @media(min-width:1024px),screen and (orientation: landscape){…..}

8 / 15

8.  Which of the following will display a speech bubble pop-up?

9 / 15

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

10 / 15

10. Which Of The Following Selector Selects An Element That Has No Children?

11 / 15

11. Which of the following CSS Property selects an animation defined in an @keyframes rule and applies it to the element?

12 / 15

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

13 / 15

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

14 / 15

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

15 / 15

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

Your score is

The average score is 49%

0%

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