page-banner
Chapter-3 HTML Basics
Q41.
डॉक्यूमेंट ऑब्जेक्ट मॉडल प्रतिनिधित्व करता है<break-line><break-line>Document Object Model represents:
A. संपूर्ण HTML दस्तावेज/Whole HTML Document
B. केवल <title> एलिमेंट/only <title> element
C. <body>..</body> एलिमेंट/<body>..</body> element
D. इनमें से कोई नहीं/none of the above
View Answer
Q42.
यदि HTML में उनके क्लोजिंग टैगों का उपयोग नहीं किया जाता है तो कौन से टैग प्रभावित नहीं होंगे<break-line><break-line>Which tags won’t get affected if their closing tags are not used in html?
A. <html>/<html>
B. <hr>/<hr>
C. <br>/<br>
D. दोनों B और C/Both B and C
View Answer
Q43.
<form method="post" > ……. </form> यदि हम विधि विशेषता का मान (method=“post”) to POST पर सेट करते है तो form की प्रतिक्रिया क्या होगी<break-line><break-line>What will be the response of the form if we set the value of method attribute (method=“post”) to POST?
A. URL में डाटा नहीं दिखाया जाएगा/Submitted form data is not shown in the URL
B. URL में डाटा दिखाया जाएगा/Submitted form data is shown in the URL
C. URL में नाम/वैल्यू जोड़ी जोड़ता है/Appends the form data to the URL, in name /value pairs
D. इनमें से कोई नहीं/None of these
View Answer
Q44.
HTML _______ से लिया गया है।<break-line><break-line>HTML is derived from _______.
A. URL/URL
B. SGML/SGML
C. TCP/IP/TCP/IP
D. ब्राउज़र/Browsers
View Answer
Q45.
SGML का पूर्ण रूप क्या है<break-line><break-line>SGML stands for?
A. Standard group markup language/Standard group markup language
B. Style general markup language/Style general markup language
C. Standard generalized markup language/Standard generalized markup language
D. Style generalized markup language/Style generalized markup language
View Answer