page-banner
WDP M2-R5.1 MCQs SET-17
Q1.
कौन सी फाइल नियंत्रित करती है कि आपके फ्रेम कैसे दिखाई देंगे?

Which file controls how your frames will appear?
A. Frameset
B. Master Document
C. Template
D. Timeline
View Answer
Q2.
कौन सा टैग एक कंटेनर है?

Which tag is a container?
A. <body>
B. <br>
C. <hr>
D. <td>
View Answer
Q3.
तत्वों के समूह को निर्दिष्ट करने के लिए निम्न में से कौन सा सीएसएस चयनकर्ता उपयोग किया जाता है?

Which of the following CSS selectors are used to specify a group of elements?
A. tag
B. id
C. class
D. both class and tag
View Answer
Q4.
इनमें से किसने टेक्स्ट, लिस्ट, बॉक्स, मार्जिन, बॉर्डर, कलर और बैकग्राउंड प्रॉपर्टीज को इंट्रोड्यूस किया है?

Which of the following has introduced text, list, box, margin, border, color, and background properties?
A. HTML
B. PHP
C. CSS
D. Ajax
View Answer
Q5.
रेस्पॉन्सिव डिज़ाइन बनाने के लिए निम्न में से किस CSS फ्रेमवर्क का उपयोग किया जाता है?

Which of the following CSS framework is used to create a responsive design?
A. django
B. rails
C. larawell
D. W3 CSS
View Answer
Q6.
निम्नलिखित में से किस CSS चयनकर्ता का उपयोग किसी विशेष अद्वितीय तत्व को बाइंड करने के नियम को निर्दिष्ट करने के लिए किया जाता है?

Which of the following CSS selector is used to specify a rule to bind a particular unique element?
A. tag
B. id
C. class
D. both class and tag
View Answer
Q7.
निम्नलिखित में से किस CSS गुण का प्रयोग टेक्स्ट को बोल्ड करने के लिए किया जाता है?

Which of the following CSS property is used to make the text bold?
A. text-decoration: bold
B. font-weight: bold
C. font-style: bold
D. text-align: bold
View Answer
Q8.
निम्न में से कौन सा CSS शैलियाँ लागू करने का सही तरीका है?

Which of the following is the correct way to apply CSS Styles?
A. in an external CSS file
B. inside an HTML element
C. inside the <head> section of an HTML page
D. all of the mentioned
View Answer
Q9.
निम्नलिखित में से कौन सी CSS गुण टेक्स्ट का फॉन्ट साइज सेट करता है?

Which of the following CSS property sets the font size of text?
A. font-size
B. text-size
C. text
D. size
View Answer
Q10.
निम्नलिखित में से कौन सी सीएसएस बॉक्स मॉडल की संपत्ति नहीं है?

Which of the following is not the property of the CSS box model?
A. margin
B. color
C. width
D. height
View Answer
Q11.
निम्नलिखित में से किस CSS गुण का उपयोग टेक्स्ट का रंग सेट करने के लिए किया जाता है?

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 गुण नियंत्रित करती है कि तत्व कैसे स्थित है?

Which of the following CSS Property controls how an element is positioned?
A. static
B. position
C. fix
D. set
View Answer
Q13.
टेबल में टेक्स्ट को अलाइन करने के लिए निम्न में से किस प्रॉपर्टी का उपयोग किया जाता है?

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.
एचटीएमएल में पृष्ठभूमि रंग जोड़ने का पसंदीदा तरीका क्या है?

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 क्या है?

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
Q16.
इनमें से कौन से टैग सभी <table> टैग हैं?

Which of these tags are all <table> tags?
A. <table><head><tfoot>
B. <table><tr><td>
C. <table><tr><tt>
D. <thead><body><tr>
View Answer
Q17.
निम्नलिखित में से कौन सा जावास्क्रिप्ट नहीं कर सकता है?

Which of the following JavaScript cannot do?
A. JavaScript can react to events
B. JavaScript can manipulate HTML elements
C. JavaScript can be used to validate data
D. All of the Above
View Answer
Q18.
जावास्क्रिप्ट में वेरिएबल्स को घोषित करने के लिए _________ कीवर्ड का उपयोग किया जाता है।

_________ keyword is used to declare variables in javascript.
A. Var
B. Dim
C. String
D. None of the above
View Answer
Q19.
जावास्क्रिप्ट का उपयोग करके HTML तत्वों तक पहुँचने के लिए निम्न में से किस विधि का उपयोग किया जाता है?

Which of the following methods is used to access HTML elements using Javascript?
A. getElementbyld()
B. getElementsByClassName()
C. Both A and B
D. None of the above
View Answer
Q20.
_______ कथन का उपयोग करना है कि आप किसी विशिष्ट स्थिति के लिए कैसे परीक्षण करते हैं।

Using _______ statement is how you test for a specific condition.
A. Select
B. If
C. Switch
D. For
View Answer