page-banner
Chapter-4 CSS
Q46.
CSS सिंटैक्स को __________ भागों में विभाजित किया गया है।<break-line><break-line>CSS syntax is divided into __________ parts.
A. Selector and Declaration
B. Property name and value
C. Color and style
D. None of these
View Answer
Q47.
कौन सी CSS प्रॉपर्टी किसी को यह तय करने में मदद करती है कि टेक्स्ट को क्लिप किया जाना चाहिए, कुछ डॉट्स (एलिप्सिस) दिखाएं, या एक कस्टम स्ट्रिंग प्रदर्शित करें?<break-line><break-line>Which CSS property helps one to decide whether the text should be clipped, show some dots (ellipsis), or display a custom string?
A. Text-decoration
B. Text-stroke
C. Text-shadow
D. Text-overflow
View Answer
Q48.
नीचे दी गई CSS प्रोपर्टीज में से टेक्स्ट को बोल्ड करने के लिए निम्न में से किसका प्रयोग किया जाता है?<break-line><break-line>From the below mentioned CSS properties, which of the following is used to make the text bold?
A. Text-align: bold
B. Font-style: bold
C. Font-weight: bold
D. Text-decoration: bold
View Answer
Q49.
कौन सा सेलेक्टर्स एक निश्चित अवस्था के आधार पर एलिमेंट्स का चयन करता है?<break-line><break-line>Which selector selects elements based on a certain state?
A. Combinator selector
B. Pseudo Class selector
C. Pseudo elements selector
D. Attribute selector
View Answer
Q50.
इंटरनल CSS घोषित करने के लिए निम्नलिखित HTML टैग का उपयोग किया जाता है:<break-line><break-line>Following HTML tag is used to declare internal CSS:
A. <style>
B. <Head>
C. <link>
D. <Script>
View Answer