2. लनम्नलललित में से कौन सा html टैग टाइटल को लडफाइन करता है ?
a) <meta>
b) <title>
c) <head>
d) इनमे से कोई नहीं
Ans. b
3. text area बनाने के ललए सही html कोड क्या है ?
a) <input type =”textarea”>
b) <input type = “textbox”>
c) <textarea></textarea>
d) <heetson>
Ans. c
4. इनमे से html एललमेंट की सबसे बड़ी हैनड�ग कौन सी होती है ?
a) <h6>
b) <h1>
c) <head>
d) <heading>
Ans. b
5. Checkbox बनाने के ललए इनमे से सही html कोड क्या होता है ?
a) <checkbox>
b) <check>
c) <input type= “check”>
d) <input type= “checkbox”>
Ans. d
6. Numbered ललस्ट के ललए लनम्नलललित में से ककसका प्रयोग ककया जायेगा ?
a) <ul>
b) <ol>
c) <dl>
d) <list>
Ans. b
7. लनम्नलललित में से लाइन ब्रेक के ललए सही html टैग कौन सा होता है ?
a) <break> b) <br> c) <hr> d) <tr>
Ans. b
8. E-mail का नल�क कैसे create ककया जाता है ?
a) <mail href =”a@b”> b) <mail a@b = “mail”>
c) <a href = “a@b”> d) <a href = mailto:
[email protected]>
Ans. d
9. <input>क्या है ?
a) Format tag
b) empty tag
c) a और b दोनों
d) इनमे से कोई नहीं
Ans. b