Module 12 Designing Static WebPages Section 1
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 1 |
1. What is the first tag in html document?
Html डॉक्यूमेंट में पहला टैग क्या है?
2. The <b> tag makes the enclosed text bold, which other html tag is used to make text bold?
<b> टैग संलग्न टेक्स्ट को बोल्ड बनाता है, टेक्स्ट को बोल्ड बनाने के लिए किस अन्य HTML टैग का उपयोग किया जाता है?
3. Which html tag is used to display a picture in a web page?
वेब पेज में चित्र प्रदर्शित करने के लिए किस html टैग का उपयोग किया जाता है?
4. what is the full form of HTTP?
HTTP का पूर्ण रूप क्या है?
5. Which html tag inserts a line horizontally in a page?
एक पृष्ठ में कौन सा HTML टैग क्षैतिज रूप से एक पंक्ति सम्मिलित करता है?
6. What is the full form of CSS?
CSS का पूर्ण रूप क्या है?
7. Which html tag is the smallest heading?
कौन सा HTML टैग सबसे छोटा शीर्षक है?
8. What is the another name of web address?
वेब एड्रेस का दूसरा नाम क्या है?
9. What are the two main parts, available in html document?
Html डॉक्यूमेंट में उपलब्ध दो मुख्य भाग क्या हैं?
10. Which character in html is used to indicate end tag?
Html में कौन सा पात्र अंत टैग इंगित करने के लिए उपयोग किया जाता है?
11. Which symbols starts with html comments?
HTML टिप्पणियों के साथ कौन से प्रतीक शुरू होते हैं?
12. Which is used to publish the webpage to a web hosting server?
वेबपेज को वेब होस्टिंग सर्वर पर प्रकाशित करने के लिए किसका उपयोग किया जाता है?
13. What will be the output of the following HTML code?
निम्नलिखित HTML कोड का आउटपुट क्या होगा?
<html>
<body>
<p><strong>NIMI</strong></p>
<p>CHENNAI</p>
</body>
</html>
CHENNAI
NIMI
CHENNAI
14. What is the output of the following html?
निम्नलिखित html का आउटपुट क्या है?
<html>
<body>
<h2>NIMI<small>CHENNAI</small>
formatting</h2>
</body>
</html>
15. What is the output of the following html code?
निम्नलिखित HTML कोड का आउटपुट क्या है?
<html>
<body>
<p>NIMI<sup>CHENNAI</sup></p>
</body>
</html>
16. Which of the following code is used to add a plain color background to the web page?
वेब पेज पर सादे रंग की पृष्ठभूमि को जोड़ने के लिए निम्न में से किस कोड का उपयोग किया जाता है?
Post a Comment
If you have any doubts,Please let me know