MCQOPTIONS
Saved Bookmarks
This section includes 3 Mcqs, each offering curated multiple-choice questions to sharpen your Css knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Which of the following option best explain this code background-image: repeating-linear-gradient(to right, #D9CC3C, #FFEB79 5%, #D9CC3C 10%); ? |
| A. | Creating a Smooth Repeating Gradient |
| B. | Creating a Shadow Repeating Gradient |
| C. | Creating a Mix Repeating Gradient |
| D. | Creating a Repeating Gradient |
| E. | None of these |
| Answer» B. Creating a Shadow Repeating Gradient | |
| 2. |
Which of the following option best explain this code background-image: repeating-radial-gradient(circle at 50% 100%, #FFEB79, #D9CC3C 5%); ? |
| A. | Creating Repeating Radial Gradients |
| B. | Creating Infinite Radial Gradients |
| C. | Creating Repeating Circular Gradients |
| D. | Creating Infinte circular Gradients |
| E. | None of these |
| Answer» B. Creating Infinite Radial Gradients | |
| 3. |
Which of the following option best explain this code background-image: repeating-linear-gradient(-45deg, #426A77, #FFF 6px); ? |
| A. | Creating Diagonal Stripes |
| B. | Creating Spiral Stripes |
| C. | Creating Cubic Stripes |
| D. | Creating Straight Stripes |
| E. | None of these |
| Answer» B. Creating Spiral Stripes | |