CSS Questions

0 votes, 0 avg
551

CSS Questions

1 / 15

1. Suppose we want to arrange 5 no of divs so that div4 is placed above div1. Now, which css property will we use to control the order of stack?

2 / 15

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

3 / 15

3. Which value specifies a transition effect with a slow start, then fast, then end slowly?

4 / 15

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

5 / 15

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

6 / 15

6. Which of the following CSS3 property specifies the sequential navigation order for an element?

7 / 15

7. Which one of these is NOT an appropriate value for the font-variant property?

8 / 15

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

9 / 15

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

10 / 15

10. Which statement regarding icon fonts is true?

11 / 15

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

12 / 15

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

13 / 15

13. Which of the following property of a table element specifies whether the browser should control the appearance of the adjacent borders that touch each other or whether each cell should maintain its style?

14 / 15

14. Which CSS property is used for controlling the layout?

15 / 15

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

Your score is

The average score is 49%

0%

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

Scroll to Top