

MCQOPTIONS
Saved Bookmarks
This section includes 15 Mcqs, each offering curated multiple-choice questions to sharpen your Css knowledge and support exam preparation. Choose a topic below to get started.
1. |
What does this code do?
|
A. | Error occured |
B. | When the screen gets larger than 768px, each column should have a width of 100%. |
C. | When the screen gets smaller than 768px, each column should have a width of 100%. |
D. | All of above |
E. | None of these |
Answer» D. All of above | |
2. |
What should be written in the blank of the code for JQuery Code Used to Apply CSS3 Animations?
|
A. | animation-name |
B. | @media |
C. | !important |
D. | @keyframes |
E. | None of these |
Answer» B. @media | |
3. |
What should be written in the blank of the code for resizing elements in Responsive Web Design with Transitions.
|
A. | div |
B. | transform |
C. | @media |
D. | @media screen |
E. | None of these |
Answer» E. None of these | |
4. |
What does this code do?
|
A. | web page will have a lighblue background if the orientation is not in landscape mode |
B. | web page will have a red background if the orientation is in landscape mode |
C. | web page will have a lighblue background if the orientation is in landscape mode |
D. | All of above |
E. | None of these |
Answer» D. All of above | |
5. |
What does this code do?
|
A. | Nothing happens |
B. | The background color will change to lightblue |
C. | If the browser window is larger than 500px, the background color will change to lightblue: |
D. | If the browser window is smaller than 500px, the background color will change to lightblue: |
E. | None of these |
Answer» E. None of these | |
6. |
What does this code do? |
A. | Nothing happens |
B. | The background color will change to lightblue |
C. | If the browser window is larger than 500px, the background color will change to lightblue: |
D. | If the browser window is smaller than 500px, the background color will change to lightblue: |
E. | None of these |
Answer» E. None of these | |
7. |
Which of the following element is used to create a circle? |
A. | <round> |
B. | <circle> |
C. | <ellipse> |
D. | <cir> |
E. | None of these |
Answer» C. <ellipse> | |
8. |
Which of the following element is used to create an SVG ellipse? |
A. | <curve> |
B. | <circle> |
C. | <ellipse> |
D. | All of above |
E. | None of these |
Answer» D. All of above | |
9. |
Which of the following element is used to create a SVG rectangle? |
A. | <square> |
B. | <rect> |
C. | <rectangle> |
D. | <polygon> |
E. | None of these |
Answer» C. <rectangle> | |
10. |
Which of the following element is used to begin an SVG image? |
A. | <img> |
B. | <image> |
C. | <graph> |
D. | <svg> |
E. | None of these |
Answer» E. None of these | |
11. |
Which of the following code set the webpage correctly displayed on a device? |
A. | <meta name="viewports" content="width=device-width, initial-scale=1.0"> |
B. | <meta name="viewport" content="width=device-width, initial-scale='parent-size'"> |
C. | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
D. | <meta name="viewport" content="width=device-width, initial-scale=2.0"> |
E. | None of these |
Answer» D. <meta name="viewport" content="width=device-width, initial-scale=2.0"> | |
12. |
What should be written in the blank of the code for JQuery Code Used to Apply CSS3 Animations? |
A. | animation-name |
B. | @media |
C. | !important |
D. | @keyframes |
E. | None of these |
Answer» B. @media | |
13. |
What should be written in the blank of the code for resizing elements in Responsive Web Design with Transitions. |
A. | div |
B. | transform |
C. | @media |
D. | @media screen |
E. | None of these |
Answer» E. None of these | |
14. |
Which of the following element is used to create any shape that consists of only straight lines? |
A. | <lines> |
B. | <multiline> |
C. | <polyline> |
D. | <polyogn> |
E. | None of these |
Answer» D. <polyogn> | |
15. |
Which of the following element is used to create a SVG line? |
A. | <stick> |
B. | <ray> |
C. | <dot> |
D. | <line> |
E. | None of these |
Answer» E. None of these | |