Module 10 : Web Design Concepts

Question 1Trainee used combination of MySQL and HTML for his project. What is the type of website developed by trainee? | प्रशिक्षु ने अपने प्रोजेक्ट के लिए MySQL और HTML के संयोजन का उपयोग किया। प्रशिक्षु द्वारा किस प्रकार की वेबसाइट विकसित की गई है?
Question 2Which of the following tab is use for AUDIO in HTML? | निम्न में से कौन सा टैब HTML में ऑडियो के लिए उपयोग किया जाता है?
Question 3What is the correct syntax for making a hyperlink? | हाइपरलिंक बनाने के लिए सही सिंटैक्स क्या है?
Question 4Which tag creates a check box for a form in HTML? | कौन सा टैग HTML में एक फॉर्म के लिए चेक बॉक्स बनाता है?
Question 5The pages that could not be modified are called_____. | वे पृष्ठ जिन्हें संशोधित नहीं किया जा सकता है, उसे __________ कहलाते हैं।
Question 6Which of the following is a free open source web development IDE? | निम्‍नलिखित में से कौन सा एक फ्री ओपन सोर्स वेब डेवलपमेंट IDE है?
Question 7To create a combo box which tag will you use _______. | कॉम्बो बॉक्स बनाने के लिए आप किस टैग का प्रयोग करेंगे?
Question 8What will happen if height an width of video are not set while video loads? | यदि वीडियो लोड होते समय वीडियो की ऊंचाई और चौड़ाई निर्धारित नहीं की जाती है तो क्या होगा?
Question 9Which tag creates a checkbox for a form in html? | html में फॉर्म के लिए कौन सा टैग एक चेकबॉक्स बनाता है?
Question 10Which of the following is an attribute of <Table> tag? | निम्नलिखित में से <Table> टैग की एट्रिब्यूट क्या है?
Question 11What is the use of <TD> tag in a table? | टेबल में <TD> टैग का क्या उपयोग होता है?
Question 12Which is the correct CSS syntax? | सही CSS सिंटैक्स कौन सा है?
Question 13What is the full form of CSS? | CSS का पूर्ण रूप क्या है?
Question 14What is the correct HTML for adding a background color for page? | पेज के लिए बैकग्राउंड कलर जोड़ने के लिए सही HTML टैग क्या है?
Question 15What is the another name of web address? | वेब पते का दूसरा नाम क्या है?
Question 16Which web language give more control over the HTML elements and allows them to change at any time without returning to the Web server? | कौन सी वेब भाषा HTML तत्वों पर अधिक नियंत्रण देती है और वेब सर्वर पर वापस आए बिना उन्हें किसी भी समय बदलने की अनुमति देती है?
Question 17Which HTML tag would be used to display power in expression (A+B)2? | एक्सप्रेशन (A+B)2 में पावर प्रदर्शित करने के लिए किस HTML टैग का उपयोग किया जाएगा?
Question 18What is the correct html code for inserting a background image? | बैकग्राउंड इमेज डालने के लिए सही html कोड क्या है?
Question 19Which of the following is the correct syntax for referring the external style sheet? | बाहरी स्टाइल शीट को संदर्भित करने के लिए निम्नलिखित में से कौन सा सिंटैक्स सही है?
Question 20Which is used to publish the webpage to a web hosting server? | वेब होस्टिंग सर्वर को वेबपेज प्रकाशित करने के लिए किसका उपयोग किया जाता है?
Question 21Which of the following HTML code is valid? | निम्न में से कौन सा HTML कोड मान्य है?
Question 22Which of the following CSS property is used to set the background image of an element? | किसी एलिमेंट की बैकग्राउंड इमेज सेट करने के लिए निम्न में से किस CSS प्रॉपर्टी का उपयोग किया जाता है?
Question 23Which one of the following is incorrect? | निम्नलिखित में से कौन सा गलत है?
Question 24How do you add a link which will allow the visitor to send an email from the page? | आप एक लिंक कैसे जोड़ते हैं जो आगंतुक को पेज से एक ईमेल भेजने की अनुमति देगा?
Question 25Which is the correct syntax for adding alternate text for image, if the image cannot be displayed? | यदि छवि प्रदर्शित नहीं की जा सकती है, तो छवि के लिए वैकल्पिक टेक्स्ट जोड़ने के लिए कौन सा वाक्यविन्यास सही है?
Question 26What is node in Drupal? | Drupal में नोड क्या है?
Question 27Which of the following code is used to add a plain color background to the web page? | वेब पेज पर सादे रंग की पृष्ठभूमि को जोड़ने के लिए निम्न में से किस कोड का उपयोग किया जाता है?
Question 28What is the first tag in html document? | html डॉक्यूमेंट में पहला टैग क्या है?
Question 29What are the two main parts, available in html document? | Html डॉक्यूमेंट में उपलब्ध दो मुख्य भाग क्या हैं?
Question 30Which Web page contains controls with which the user can interact? | किस वेब पेज में नियंत्रण होते हैं जिसके साथ उपयोगकर्ता इंटरैक्ट कर सकता है?
Question 31WYSIWYG stands for_____. | WYSIWYG का अर्थ है_____।
Question 32Which of these is a free WordPress domain name provided to WordPress.com users? | इनमें से कौन सा एक मुफ्त वर्डप्रेस डोमेन नाम है जो WordPress.com उपयोगकर्ताओं को प्रदान किया जाता है?
Question 33What will be the output of the following HTML code? | निम्नलिखित HTML कोड का आउटपुट क्या होगा?
<html>
<body>
<p><strong>NIMI</strong></p>
<p>CHENNAI</p>
</body>
</html>
Question 34Choose the correct HTML tag to make a text bold. | टेक्स्ट को बोल्ड करने के लिए सही HTML टैग को चुनें।