page-banner
WDP M2-R5.1 MCQs SET-9
Q1.
CSS की पोजीशन प्रॉपर्टी की डिफॉल्ट वैल्यू __________ है।<break-line><break-line>CSS's position property default value is __________.
A. Relative
B. Absolute
C. Fixed
D. Static
View Answer
Q2.
निम्नलिखित में से कौन सा एक सही CSS सिंटैक्स है?<break-line><break-line>Which of the following is a correct CSS Syntax ?
A. {body; color:orange;}
B. {body: color=orange;}
C. body:color=orange;
D. body{color:orange;}
View Answer
Q3.
एंकर एलिमेंट के निम्नलिखित में से कौन सी प्रॉपर्टी यह दर्शाती है की उपयोगकर्ता वर्तमान में किसी एलिमेंट पर क्लिक कर रहा है?<break-line><break-line>Which of the following properties of an anchor element indicates that the user is currently clicking on an element?
A. :link
B. :visited
C. :hover
D. :active
View Answer
Q4.
आप सभी पैराग्राफ तत्वों को 'ग्रे' रंग में कैसे बनायेंगे?<break-line><break-line>How will you make all paragraph elements 'GREY' in color ?
A. p.all {color: grey;}
B. p.all {color: #990000;}
C. all.p {color: #998877;}
D. p {color: grey;}
View Answer
Q5.
सबलाइम टेक्स्ट एडिटर में __________ के लिए Ctrl + ⇧ + F शॉर्टकट कुंजी है।<break-line><break-line>Ctrl + ⇧ + F is the shortcut key for __________ in sublime text editor.
A. Find
B. Find in the Files
C. Find in Folder
D. None of the above
View Answer