css-exam

0 votes, 0 avg
551

CSS Questions

1 / 15

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

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. Choose the option that correctly specifies the output of the following CSS. span {
border: 1px solid red;
outline: green dotted thick;
}

4 / 15

4. How would you make the first letter of every paragraph on the page red?

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. 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. Which of the following attributes is used to specify elements to bind style rules to?

8 / 15

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

9 / 15

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

10 / 15

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

11 / 15

11. Which value specifies a transition effect with a slow start, then fast, then end slowly?

12 / 15

12.  Which of the following Media Query describe the ratio of the device width to the device height of the media?

13 / 15

13. When we write < img src="img.png" > , what "img.png" inside double quote implies?

14 / 15

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

15 / 15

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

Your score is

The average score is 49%

0%

Scroll to Top