CSS Questions

0 votes, 0 avg
560

CSS Questions

1 / 15

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

2 / 15

2. What type of CSS is generally recommended for designing large web pages?

3 / 15

3. There are many properties that can be used to align elements and create page layouts such as float,postion,flexbox and grid. Out of these four properties, which one should be used to align a global navigation bar which stays fixed at the top of the page?

4 / 15

4. What is the way to specify media dependencies for style sheets ?

5 / 15

5. CSS is written in which language?

6 / 15

6. Identify the outline property that specifies the amount of area extended beyond the border box.

7 / 15

7. When using position fixed, what will the element always be positioned relative to?

8 / 15

8. Three of these choices are tue about class selectors. Which is NOT true?

9 / 15

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

10 / 15

10. 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?

11 / 15

11. What will be the output of following CSS code snippet? h1 {color: red text-decoration: underline; font-style: italic;}

12 / 15

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

13 / 15

13. Which of the following CSS Property determines whether an animation should run in reverse on some cycles?

14 / 15

14. In the below code snippet, in what order will the margins be added? p {
margin: 25px 50px 75px 100px;
}

15 / 15

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

Your score is

The average score is 49%

0%

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

Scroll to Top