page-banner
Chapter-4 CSS
Q41.
निम्नलिखित में से किस प्रॉपर्टी का उपयोग फॉन्ट के फेस को सेट करने के लिए किया जाता है?<break-line><break-line>Which of the following properties is used to set the face of a font?
A. font-family
B. font-face
C. font-variant
D. font-style
View Answer
Q42.
सीएसएस स्टाइल या कोड का उपयोग करके, सभी हाइपरलिंक्स से अंडरलाइन को कैसे हटाया जा सकता है?<break-line><break-line>By using CSS style or code, how can one remove the underline from all hyperlinks?
A. a { text-decoration : no-underline; }
B. a { text : no-underline; }
C. a { text-decoration : none; }
D. a { text-style : no-underline; }
View Answer
Q43.
CSS पैडिंग प्रॉपर्टी किस उद्देश्य के लिए उपयोग किया जाता है?<break-line><break-line>For what purpose is the CSS padding property used?
A. Border
B. Space
C. Background Color
D. Margin
View Answer
Q44.
CSS में इमेज पुनरावृत्ति को नियंत्रित करने के लिए सही विकल्प है:<break-line><break-line>To control image repetition in CSS , the correct option is :
A. h1 { background-loop: none; }
B. h1 { background-repeat: none; }
C. h1 { background-iterate: none; }
D. None of the above
View Answer
Q45.
निम्नलिखित में से कौन सा सही है ?<break-line><break-line>Which of the following is correct ?
A. Style sheets allow content to be optimized for more than one type of device.
B. CSS can store web applications locally with the help of an offline cache.
C. Using CSS, we can view offline websites. The cache also ensures faster loading and better overall performance of the website.
D. All of the above.
View Answer