Module 12 Designing Static WebPages Section 2

This Multiple choice questions have been taken from the Designing Static WebPages chapter of Copa. It is based on Nimi pattern. This question is very useful for students of all trades in ITI. All these questions can come in your exam, so you can take all questions well. Have read and if you have any problem in any question, then you can contact us.
Copa | Module 12 | Section 2

1. Which attribute is used with <td> tag to merge two cells horizontally?
दो सेल को क्षैतिज रूप से मिलाने करने के लिए <td> टैग के साथ किस विशेषता का उपयोग किया जाता है?

... Answer is A) Colspan = 2

2. Which tag creates a checkbox for a form in html?
HTML में फॉर्म के लिए कौन सा टैग एक चेकबॉक्स बनाता है?

... Answer is D) <input type = “check box”>

3. Which html tag is used to add a row in a table?
टेबल में पंक्ति जोड़ने के लिए किस html टैग का उपयोग किया जाता है?

... Answer is A) <tr> and </tr>

4. Which html tag is used to divide a row into data cells?
कौन सी html टैग का उपयोग डेटा सेल में एक पंक्ति को विभाजित करने के लिए किया जाता है?

... Answer is D) <td> and </td>

5. Which is the correct syntax for adding alternate text for image, if the image cannot be displayed?
यदि इमेज प्रदर्शित नहीं की जा सकती है, तो इमेज के लिए वैकल्पिक टेक्स्ट जोड़ने के लिए कौन सा वाक्यविन्यास सही है?

... Answer is A) <img src = “boat.gif” alt = “big boat”/>

6. Which is the correct H1 tag for right alignment?
सही संरेखण के लिए सही H1 टैग कौन सा है?

... Answer is A) <h1 align = “right”>.....</h1>

7. What is the use of forms in HTML?
HTML में रूपों का उपयोग क्या है?

... Answer is C) To send the data to server

8. What is the correct syntax for making a hyperlink?
हाइपरलिंक बनाने के लिए सही सिंटैक्स क्या है?

... Answer is C) <a href = “http:// nimi.gov.in”>nimi</a>

9. Which is the correct tag for adding iframe in html?
Html में iframe जोड़ने के लिए सही टैग कौन सा है?

... Answer is C) <iframe src = “http: //nimi.gov.in”></iframe>

10. what is the correct html tag for adding a background color?
पृष्ठभूमि रंग जोड़ने के लिए सही HTML टैग क्या है?

... Answer is B) <body bgcolor = “Yellow”>

11. How do you add a link which will allow the visitor to send an email from the page?
आप एक लिंक कैसे जोड़ते हैं जो आगंतुक को पेज से एक ईमेल भेजने की अनुमति देगा?

... Answer is A) <a href = “mailto : youradderss”>

12. What will happen, If the background image is smaller than the screen, what will happen?
क्या होगा, अगर पृष्ठभूमि की इमेज स्क्रीन से छोटी है, तो क्या होगा?

... Answer is D) It will be repeated || इसे दोहराया जाएगा

13. Which is the correct css syntax?
सही सीएसएस सिंटैक्स कौन सा है?

... Answer is B) body { color; black}

14. which is the correct html tag for making a text input field?
पाठ इनपुट फ़ील्ड बनाने के लिए सही HTML टैग कौन सा है?

... Answer is C) <input type = “textfield”>

15. Which is the correct html tag for creating password field?
पासवर्ड फ़ील्ड बनाने के लिए सही HTML टैग कौन सा है?

... Answer is C) <input type = “password”>

16. What is the correct html code for inserting a background image?
बैकग्राउंड इमेज डालने के लिए सही html कोड क्या है?

... Answer is A) <Body background = “image jpg”>

17. Which option will match, while making bulleted list?
बुलेटेड सूची बनाते समय कौन सा विकल्प मेल खाएगा?

... Answer is D) disc, circle, square

18. What is the meaning of increase the cell padding?
सेल पेडिंग बढ़ाने का क्या अर्थ है?

... Answer is C) Increase the distance between cell and content || सेल और सामग्री के बीच की दूरी बढ़ाएँ

19. Which property of cells will how many rows a cell should span?
सेल की कौन सी संपत्ति एक सेल को कितनी पंक्तियों में देखना चाहिए?

... Answer is B) Rowspan = 5

20. Which web language give more control over the HTML elements and allows them to change at any time without returning to the Web server?
कौन सी वेब भाषा HTML तत्वों पर अधिक नियंत्रण देती है और उन्हें वेब सर्वर पर वापस आए बिना किसी भी समय बदलने की अनुमति देती है?

... Answer is D) DHTML

Section 1 Section 2

Post a Comment

If you have any doubts,Please let me know

Previous Post Next Post
close