Dynamic Webpage With Scripting Language (3360705) MCQs

MCQs of Form Designing using Canvas and CSS

Showing 141 to 143 out of 143 Questions
141.
Which property applies to 2D or 3D transformation of an element?
કઈ પ્રોપર્ટી 2D અથવા 3D transformationને એલિમેંટમાં apply કરે છે?
(a) transform
(b) keyframes
(c) flex
(d) opacity
Answer:

Option (a)

142.
What does this code do?
Code:
@media only screen and (max-width: 500px) {
    body {
        background-color: lightblue;
    }
}
આ કોડ શું કરે છે?
Code:
@media only screen and (max-width: 500px) {
    body {
        background-color: lightblue;
    }
}
(a) If the browser window is smaller than 500px, the background color will change to lightblue
જો બ્રાઉઝર વિંડો 500px કરતા ઓછી હોય, તો background color લાઇટબ્લૂમાં બદલાશે
(b) If the browser window is larger than 500px, the background color will change to lightblue
જો બ્રાઉઝર વિંડો 500px કરતા મોટી હોય, તો background color લાઇટબ્લૂમાં બદલાશે
(c) The background color will change to lightblue
background color લાઇટબ્લૂમાં બદલાશે
(d) Nothing happens
કઈ નહીં થાય
Answer:

Option (a)

143.
Which of the following css property is used to indicate if an animation plays in reverse or repeats itself every other iteration?
નીચેનામાંથી કઈ CSS પ્રોપર્ટીનો ઉપયોગ એનિમેશન માટે કરવામાં આવે છે કે જો એનિમેશન reverseમાં play થાય છે અથવા પોતાને દરેક iteration એ repeat કરે છે?
(a) animation-iteration
(b) animation-check
(c) animation-direction
(d) animation-state
Answer:

Option (c)

Showing 141 to 143 out of 143 Questions