ITI COPA
Home
Practice Set
NIMI MOCK TEST
Employability Skills
COPA - 1st Semester - Module - 12: Designing Static WebPages
Question 1
What is the first tag in html document? | HTML डॉक्यूमेंट में पहला टैग क्या है?
<html>
<head>
<title>
</html>
Question 2
The <b> tag makes the enclosed text bold, which other html tag is used to make text bold? | <b> टैग संलग्न टेक्स्ट को बोल्ड बनाता है, टेक्स्ट को बोल्ड बनाने के लिए किस अन्य HTML टैग का उपयोग किया जाता है?
<dark>
<bold>
<th>
<strong>
Question 3
Which html tag is used to display a picture in a web page? | वेब पेज में चित्र प्रदर्शित करने के लिए किस HTML टैग का उपयोग किया जाता है?
<src>
<img>
<img src>
<image>
Question 4
What is the full form of HTTP? | HTTP का पूर्ण रूप क्या है?
Hyper Text Testing Protocol | हाइपर टेक्स्ट टेस्टिंग प्रोटोकॉल
Hyper Text Transfer Protocol | हाइपर टेक्स्ट ट्रान्सफर प्रोटोकॉल
Hyper Test Transfer Protocol | हाइपर टेस्ट ट्रान्सफर प्रोटोकॉल
Hyper Text Transfer Program | हाइपर टेक्स्ट ट्रान्सफर प्रोग्राम
Question 5
Which html tag inserts a line horizontally in a page? | किस HTML टैग में एक पृष्ठ पर क्षैतिज रेखा डाली जाती है?
<lr>
<l>
<hr>
<line>
Question 6
What is the full form of CSS? | CSS का पूर्ण रूप क्या है?
Computer Style Sheet | कंप्यूटर स्टाइल शीट
Cascading Style Sheet | कैस्केडिंग स्टाइल शीट
Cascading System Style | कैस्केडिंग सिस्टम स्टाइल
Customized Style Sheet | कस्टमाइज्ड स्टाइल शीट
Question 7
Which html tag is the smallest heading? | सबसे छोटा शीर्षक कौन सा HTML टैग है?
<h1>
<h2>
<h6>
<head>
Question 8
What is the another name of web address? | वेब पते का दूसरा नाम क्या है?
URL
HTML
HTTP
Webpage
Question 9
What are the two main parts, available in html document? | HTML डॉक्यूमेंट में उपलब्ध दो मुख्य भाग क्या हैं?
Title and Body | शीर्षक और शरीर
Head and Title | सिर और शीर्षक
Head and Body | सिर और शरीर
Head and Document | सिर और दस्तावेज़
Question 10
Which character in html is used to indicate end tag? | HTML में कौन सा पात्र अंत टैग इंगित करने के लिए उपयोग किया जाता है?
\
/
!
<#
Question 11
Which symbols starts with html comments? | HTML टिप्पणियों से कौन से प्रतीक शुरू होते है?
<!
</
<#
<\
Question 12
Which is used to publish the webpage to a web hosting server? | वेब होस्टिंग सर्वर को वेबपेज प्रकाशित करने के लिए किसका उपयोग किया जाता है?
HTTP
PHP
Kompozer
Blogger
Question 13
Which attribute is used with <td> tag to merge two cells horizontally? | क्षैतिज रूप से दो सेल को मिलाने के लिए <td> टैग के साथ किस विशेषता का उपयोग किया जाता है?
Colspan = 2
Rowspan = 2
Mergerows
mergecols
Question 14
Which tag creates a checkbox for a form in html? | HTML में फॉर्म के लिए कौन सा टैग एक चेकबॉक्स बनाता है?
<check box>
<input check box>
<input = check box>
<input type = “checkbox”>
Question 15
Which html tag is used to add a row in a table? | टेबल में पंक्ति जोड़ने के लिए किस HTML टैग का उपयोग किया जाता है?
<tr> and </tr> | <tr> और </tr>
<cr> and </cr> | <cr> और </cr>
<th> and </th> | <th> और </th>
<td> and </td> | <td> और </td>
Question 16
Which html tag is used to divide a row into data cells? | कौन सी HTML टैग का उपयोग डेटा सेल में एक पंक्ति को विभाजित करने के लिए किया जाता है?
<tr> and </tr> | <tr> और </tr>
<cr> and </cr> | <cr> और </cr>
<th> and </th> | <th> और </th>
<td> and </td> | <td> और </td>
Question 17
Which is the correct syntax for adding alternate text for image, if the image cannot be displayed? | यदि छवि प्रदर्शित नहीं की जा सकती है, तो छवि के लिए वैकल्पिक टेक्स्ट जोड़ने के लिए कौन सा वाक्यविन्यास सही है?
<img src = “boat.gif” alt = “big boat”/>
<img src = “boat.gif” alt text = “big boat”/>
<img src = “boat.gif” alternate = “big boat”/>
<img src = “boat.gif” alternate text = “big boat”/>
Question 18
Which is the correct H1 tag for right alignment? | सही संरेखण के लिए सही H1 टैग कौन सा है?
<h1 align = “right”>.....</h1>
<h1 tag align = “right”>.....</h1>
<h1 align = “r”>.....</h1>
<h1 alignment = “right”>.....</h1>
Question 19
What is the use of forms in HTML? | HTML में रूपों का उपयोग क्या है?
To display a table | एक तालिका प्रदर्शित करने के लिए
To display a list | एक सूची प्रदर्शित करने के लिए
To send the data to server | सर्वर को डेटा भेजने के लिए
To display email contents | ईमेल सामग्री प्रदर्शित करने के लिए
Question 20
What is the correct syntax for making a hyperlink? | हाइपरलिंक बनाने के लिए सही सिंटैक्स क्या है?
<http://nimi.gov.in”</a>
<url = “http://nimi.gov.in”>nimi
<a href = “http://nimi.gov.in”>nimi</a>
<a ref = “http://nimi.gov.in”>nimi</a>
Question 21
Which is the correct tag for adding iframe in html? | HTML में iframe जोड़ने के लिए सही टैग कौन सा है?
<iframe http://nimi.gov.in> </iframe>
<iframe =”http://nimi.gov.in”></iframe>
<iframe src = “http://nimi.gov.in”></iframe>
<iframe href = “http://nimi.gov.in”> </iframe>
Question 22
What is the correct html tag for adding a background color? | पृष्ठभूमि रंग जोड़ने के लिए सही HTML टैग क्या है?
<body color = “Yellow”>
<body bgcolor = “Yellow”>
<body background = “Yellow”>
<body bg = “Yellow”>
Question 23
How do you add a link which will allow the visitor to send an email from the page? | आप एक लिंक कैसे जोड़ते हैं जो आगंतुक को पेज से एक ईमेल भेजने की अनुमति देगा?
<a href = “mailto : youradderss”>
<a href = “sendmailtoyour address”>
<a=“mailto”>
<href = “mailto”>
Question 24
What will happen, if the background image is smaller than the screen? | बैकग्राउंड इमेज से स्क्रीन छोटा है तो क्या हो जायेगा?
It will be stretched | तनाव करके
It will leave a blank space at the bottom of the page | पेज के नीचे खाली जगह छोड़ता है
It will leave a blank space at the top of the page | पेज के ऊपर खाली जगह छोड़ता है
It will be repeated | पुनरात्वृत करता है
Question 25
Which is the correct CSS syntax? | सही CSS सिंटैक्स कौन सा है?
body: color = black;
body { color : black}
{body: color : black;}
{body : color = black;}
Question 26
Which is the correct html tag for making a text input field? | टेक्स्ट इनपुट फ़ील्ड बनाने के लिए कौन सा सही HTML टैग है?
<text type = “Text”>
<input type = “text”>
<input type = “textfield”>
<input type = “textbox”>
Question 27
Which is the correct html tag for creating password field? | पासवर्ड फ़ील्ड बनाने के लिए सही HTML टैग कौन सा है?
<text type = “password”>
<input type = “pwd”>
<input type = “password”>
<input type = “passcode”>
Question 28
What is the correct html code for inserting a background image? | बैकग्राउंड इमेज डालने के लिए सही HTML कोड क्या है?
<body background = “image.jpg”>
<body = “image.jpg”>
<background = “image.jpg”>
<body background = image.jpg>
Question 29
Which option will match, while making bulleted list? | बुलेटेड सूची बनाते समय कौन सा विकल्प मेल खाएगा?
Square, disc, polygon | वर्ग, डिस्क, बहुभुज
triangle, disc, circle | त्रिकोण, डिस्क, सर्कल
triangle, square, circle | त्रिकोण, वर्ग, वृत्त
disc, circle, square | डिस्क, सर्कल, वर्ग
Question 30
What is the meaning of increase the cell padding? | सेल पैडिंग बढ़ाने का अर्थ क्या है?
Increase the thickness of table border | टेबल बॉर्डर की मोटाई बढ़ाएं
Increase the space between cells | सेल के बीच की जगह बढ़ाएँ
Increase the distance between cell and content | सेल और सामग्री के बीच की दूरी बढ़ाएँ
Increase the no of cells | सेल की संख्या में वृद्धि
Question 31
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 तत्वों पर अधिक नियंत्रण देती है और वेब सर्वर पर वापस आए बिना उन्हें किसी भी समय बदलने की अनुमति देती है?
BML | बीएमएल
XML | एक्सएमएल
HTML | एचटीएमएल
DHTML | डीएचटीएमएल
Question 32
What will be the output of the following HTML code? | निम्नलिखित HTML कोड का आउटपुट क्या होगा? <html><body><p><strong>NIMI</strong></p><p>CHENNAI</p></body></html>
NIMI CHENNAI
NIMI
CHENNAI
CHENNAI NIMI
CHENNAI NIMI
Question 33
What is the output of the following html? | निम्न HTML का आउटपुट क्या है? <html><body><h2>NIMI<small>CHENNAI</small> formatting</h2></body></html>
NIMI chennai
NIMI CHENNAI
NIMI
CHENNAI
formatting
NIMICHENNAIformatting
Question 34
What is the output of the following html code? | निम्न HTML कोड का आउटपुट क्या है?<html><body><p>NIMI<sup>CHENNAI</sup></p></body></html>
NIMI
CHENNAI
NIMI chennai
NIMI CHENNAI
NIMI - CHENNAI
Question 35
How will the following html code appear in the browser? | ब्राउज़र में निम्न HTML कोड कैसे दिखाई देगा? <html><body><h1>my first heading</h1><p>my first paragraph</p></body></html>
my first heading my first paragraph
My first heading My first paragraph
My first heading My first paragraph
My first heading My first paragraph
Question 36
Which of the following code is used to add a plain color background to the web page? | वेब पेज पर सादे रंग की पृष्ठभूमि को जोड़ने के लिए निम्न में से किस कोड का उपयोग किया जाता है?
<body bgcolor = “36, 2437”>
<body color = “#FF000”>
<body bgcolor = “#FF000”>
<bgcolor = “blue”>
<< Previous Test
>> Next Test
Newer Post
Older Post
Home