css-exam

0 votes, 0 avg
551

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 statement about block and inline elements is true?

3 / 15

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

4 / 15

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

5 / 15

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

6 / 15

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

7 / 15

7. The CSS property that is equivalent to the align attribute is:

8 / 15

8. What is the use of Pseudo-classes In CSS?

9 / 15

9. Using an attribute selector, how would you select an a tag element with a 'title' attribute?

10 / 15

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

11 / 15

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

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. Which of the following Property controls the display of small caps?

14 / 15

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

15 / 15

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

Your score is

The average score is 49%

0%

Scroll to Top