1. HTML फ़ाइल का विस्तार है:
a) .html
b) .tml
c) .htm
d) A और C दोनों
Ans. d
2. HTML का फुल फॉर्म क्या है ?
a) Hypertext markup language
b) holistic technical method library
c) Hypertext makes line
d) none of these
Ans. a
3. कौन सा टैग ब्राउज़र को बताता है की पेज कहाँ से शुरू होता है और कहाँ बंद हो जाता है?
A) <Html>
B)<Body>
C) <head>
D) <title>
Ans. a
4. कौन सा टैग पेज का बैकग्राउंड सेट करता है ?
A) <body>
B) <font>
C) <head>
D) <title>
Ans. a
5. स्क्रिप्ट टैग _____में रखा जाना चाहिए
a) Head
b) head and body
c) title and head
d) all of these
Ans. b
6. Html डॉक्यूमेंट में पहला टैग क्या है
A) <html>
B) <head>
C) <title>
D) </html>
Ans. a
7. <B> टैग text को बोल्ड बनाता है, पाठ को बोल्ड बनाने के लिए किस अन्य HTML टैग का उपयोग किया जाता है
A) <dark>
B) <bold>
C) <th>
D) <strong>
Ans. d
8. किसी वेब पेज में चित्र प्रदर्शित करने के लिए किस html टैग का उपयोग किया जाता है
A) <src>
B) <img>
C) <img src>
D) <image>
Ans. c
9. कौन सा HTML टैग एक पृष्ठ में क्षैतिज रूप से (horizontally) एक पंक्ति सम्मिलित करता है
A) <lr>
B) <l>
C) <hr>
D) <line>
Ans. c
10. कौन सा HTML टैग सबसे छोटा शीर्षक (Smallest Heading) है
A) <h1>
B) <h2>
C) <h6>
D) <head>
Ans. c
11. जिसका उपयोग वेब पेज को वेब होस्टिंग सर्वर पर प्रकाशित करने के लिए किया जाता है
A) Http
B) Php
C) Kompozer
D) Blogger
Ans. c
12. दो cells को क्षैतिज रूप से मर्ज करने के लिए <td> टैग के साथ किस attribute का उपयोग किया जाता है
A) Colspan = 2
B) Rowspan = 2
C) Mergerows
D) mergecols
Ans. a
13. कौन सा टैग html में एक फॉर्म के लिए एक चेकबॉक्स बनाता है
A) <check box>
B) <input check box>
C) <input = check box>
D) <input type = “check box”>
Ans. d
14. किसी तालिका (Table) में पंक्ति (Row) जोड़ने के लिए किस html टैग का उपयोग किया जाता है
A) <tr> and </tr>
B) <cr> and </cr>
C) <th> and </th>
D) <td> and </td>
Ans. a
15. हाइपरलिंक बनाने के लिए सही सिंटैक्स क्या है
A) <http: // www.youtube.com/c/heetson”</a>
B) <url = “http: // youtube.com/c/heetson”>nimi
C) <a href = “http:// www.youtube.com/c/heetson”>nimi</a>
D) <a ref = “http:// www.youtube.com/c/heetson”>nimi</a>
Ans. c
16. Html में iframe जोड़ने के लिए सही टैग कौन सा है
A) <iframe http://nimi.gov.in> </iframe>
B) <iframe =”http: // nimi.gov.in”></iframe>
C) <iframe src = “http: //nimi.gov.in”></iframe>
D) <iframe href = “http: //nimi.gov.in”> </iframe>
Ans. c
17. पृष्ठभूमि रंग (Background color) जोड़ने के लिए सही HTML टैग क्या है
A) <body color = “Yellow”>
B) <body bgcolor = “Yellow”>
C) <body background = “Yellow”>
D) <body bg = “Yellow”>
Ans. b
18. कौनसा सही css सिंटेक्स है
A) body: color = black;
B) body { color; black}
C) {body: color : black;}
D) {body : color = black;}
Ans. b
19. Text इनपुट फ़ील्ड बनाने के लिए कौन सा सही HTML टैग है
A) <text type = “Text”>
B) <input type = “text”>
C) <input type = “textfield”>
D) <input type = “textbox”>
Ans. b
20. पासवर्ड फ़ील्ड बनाने के लिए सही HTML टैग कौन सा है
A) <text type = “password”>
B) <input type = “pwd”>
C) <input type = “password”>
D) <input type = “passcode”>
Ans. c
No comments:
Post a Comment
please comment if you like the post.