page-banner
WDP M2-R5.1 MCQs SET-17
Q11.
निम्नलिखित में से किस CSS गुण का उपयोग टेक्स्ट का रंग सेट करने के लिए किया जाता है?<break-line><break-line>Which of the following CSS property is used to set the color of the text?
A. text-decoration
B. pallet
C. colour
D. color
View Answer
Q12.
निम्नलिखित में से कौन सी CSS गुण नियंत्रित करती है कि तत्व कैसे स्थित है?<break-line><break-line>Which of the following CSS Property controls how an element is positioned?
A. static
B. position
C. fix
D. set
View Answer
Q13.
टेबल में टेक्स्ट को अलाइन करने के लिए निम्न में से किस प्रॉपर्टी का उपयोग किया जाता है?<break-line><break-line>Which of the following property is used to align the text in a table?
A. text-align
B. align
C. text
D. none of the mentioned
View Answer
Q14.
एचटीएमएल में पृष्ठभूमि रंग जोड़ने का पसंदीदा तरीका क्या है?<break-line><break-line>What is the preferred way for adding a background color in HTML?
A. <body background="yellow">
B. <background>yellow</background>
C. <body style="background-color:yellow">
D. <background color="yellow">text<background>
View Answer
Q15.
हाइपरलिंक बनाने के लिए सही HTML क्या है?<break-line><break-line>What is the correct HTML for creating a hyperlink?
A. <a name="">A</a>
B. <a>B</a>
C. <a href="http://www.example.com">example</a>
D. <a url="http://www.example.com">example</a>
View Answer