CSS Questions

0 votes, 0 avg
524

CSS Questions

1 / 15

1. Which statement regarding icon fonts is true?

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

4 / 15

4.  Which of the following will display a speech bubble pop-up?

5 / 15

5. In the following media query example, what conditions are being targeted? @media(min-width:1024px),screen and (orientation: landscape){…..}

6 / 15

6. Which of the following is used to specify the subscript of text using CSS?

7 / 15

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

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. Using an attribute selector, how would you select an a tag element with a ‘title’ attribute?

10 / 15

10. When adding transparency styles, what is the difference between using the opacity property versus the background property with rgba() value?

11 / 15

11. Which of these functions is the 2D transformation in the matrix format?

12 / 15

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

13 / 15

13. Which of the following property of a anchor element signifies unvisited hyperlinks?

14 / 15

14. What is CSS?

15 / 15

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

Your score is

The average score is 50%

0%