css-exam

0 votes, 0 avg
548

CSS Questions

1 / 15

1. If we don't want to allow a floating div to the left side of an element, which CSS property will we use?

2 / 15

2. Which of the following attributes is used to specify elements to bind style rules to?

3 / 15

3. Which of the following CSS selectors are used to specify a group of elements?

4 / 15

4. Which selector do we use to specify the rule for binding some particular unique element?

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. What should be the table width, So that the width of the table adjust to the current width of the browser window?

7 / 15

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

8 / 15

8. Which of the following is the correct syntax to display the hyperlinks without any underline?

9 / 15

9. What is the role of pseudo-class in CSS

10 / 15

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

11 / 15

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

12 / 15

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

13 / 15

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

14 / 15

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

15 / 15

15. Which of the following CSS property specifies the look and design of an outline?

Your score is

The average score is 49%

0%

Scroll to Top