css-exam

0 votes, 0 avg
556

CSS Questions

1 / 15

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

2 / 15

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

3 / 15

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

4 / 15

4.  Which of the following CSS property defines the different properties of all four sides of an element’s border in a single declaration?

5 / 15

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

6 / 15

6. Which of the following CSS Property sets the stacking order of positioned elements?

7 / 15

7. Which property specifies where the background image is positioned?

8 / 15

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

9 / 15

9. Which of the following is not a browser-specific versions of linear-gradient()?

10 / 15

10.  Which of the following selector matches the name of any element type?

11 / 15

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

12 / 15

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

13 / 15

13. 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.

14 / 15

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

15 / 15

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

Your score is

The average score is 49%

0%

Scroll to Top