css-exam

0 votes, 0 avg
557

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

3 / 15

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

4 / 15

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

5 / 15

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

6 / 15

6. Which of the following selector selects the element that is the first child of its parent that is of its type?

7 / 15

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

8 / 15

8. Which of these would give a block element rounded corners?

9 / 15

9. Which of the following will provide date pickers?

10 / 15

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

11 / 15

11. What is the difference between the margin and padding properties?

12 / 15

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

13 / 15

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

14 / 15

14. What is not a valid way of declaring a padding value of 10 pixels on the top and bottom, and 0 pixels on the left abd right?

15 / 15

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

Your score is

The average score is 49%

0%

Scroll to Top