page-banner
Chapter-3 HTML Basics
Q46.
HTML और HTTP मानक को __________ द्वारा परिभाषित किया जाता है।<break-line><break-line>The HTML and HTTP standard are defined by ____
A. Web client/Web client
B. Internet association/Internet association
C. WWW consortium/WWW consortium
D. WWW/WWW
View Answer
Q47.
एक HTML प्रोग्राम को किस एक्सटेंशन का उपयोग करके संकलित किया जा सकता है<break-line><break-line>An HTML program can be compiled using which extension?
A. .html and .ht/.html and .ht
B. .ht and .htm/.ht and .htm
C. .html and .h/.html and .h
D. .htm and .html/.htm and .html
View Answer
Q48.
हाइपरलिंक को परिभाषित करने के लिए किस HTML टैग का उपयोग किया जाता है?<break-line><break-line>Which HTML tag is used to define a hyperlink?
A. <link>/<link>
B. <a>/<a>
C. <img>/<img>
D. <div>/<div>
View Answer
Q49.
<form target="_blank"> ……. </form> यदि हम फॉर्म एलिमेंट में टारगेट गुण का मान “_blank” पर सेट करते है तो प्रतिक्रिया क्या होगी<break-line><break-line>What will be the response if we set the value of target attribute to “_blank” in form element?
A. वर्तमान विंडो में प्रतिक्रिया दिखाई जाएगी/The response is displayed in the current window
B. नई विंडो या टैब में प्रतिक्रिया दिखाई जाएगी/The response is displayed in a new window or a tab
C. मूल फ्रेम में प्रतिक्रिया दिखाई जाएगी/The response is displayed in the parent frame
D. इनमें से कोई नहीं/None of these
View Answer
Q50.
एक खाली टैग क्या दर्शाता है<break-line><break-line>What does an empty tag represent?
A. ऐसी कोई अवधारणा नहीं/No concept like this
B. क्लोजिंग टैग की आवश्यकता नहीं होती है/Does not require a closing tag
C. यह कोई कंटेंट नहीं रखता है/It does not contain any content
D. इनमें से कोई नहीं/None of the above
View Answer