css-exam

0 votes, 0 avg
556

CSS Questions

1 / 15

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

2 / 15

2. Which of the following CSS Property defines which property values to apply to the element before the animation begins (if delayed) and after it ends?

3 / 15

3. Which Event Will Be Used When A Connection To The Server Is Opened.

4 / 15

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

5 / 15

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

6 / 15

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

7 / 15

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

8 / 15

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

9 / 15

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

10 / 15

10. Which of the following is used for spread radius?

11 / 15

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

12 / 15

12. Which statement about block and inline elements is true?

13 / 15

13. What will be the output of the following CSS code snippet? span {
border: 1px solid red;
outline: green dotted thick;
}

14 / 15

14. If we want to show an Arrow as cursor, then which value we will use?

15 / 15

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

Your score is

The average score is 49%

0%

Scroll to Top