page-banner
Chapter-3 HTML Basics
Q36.
HTML के सारे टैग्स कैसे रहते है .......<break-line><break-line>All the tags present in HTML are:
A. Non - Case Sensitive/Non - Case Sensitive
B. Lower Case/Lower Case
C. Upper Case/Upper Case
D. Case Sensitive/Case Sensitive
View Answer
Q37.
<img src="xyz.jpg" class="w3-circle" alt="Alps"> कोड की उपरोक्त पंक्ति में “alt” एट्रिब्यूट का उपयोग क्या है<break-line><break-line>What is the usage of “alt” attribute in the above line of code?
A. यदि इमेज नहीं दिख रही हो तो विकल्प टेक्स्ट प्रदान करता है/specifies an alternate text if the image is not displayed
B. इमेज के साथ टेक्स्ट दिखाता है/displays an alternate text along with the image
C. सिर्फ इमेज दिखाता है/displays the image only
D. इनमें से कोई नहीं/None of these
View Answer
Q38.
HTML5 के टैग को कौन सा ब्राउज़र रन करता है<break-line><break-line>Identify the browser which can render HTML5 tags.
A. Safari/Safari
B. Chrome/Chrome
C. Edge/Edge
D. सभी/All the above
View Answer
Q39.
HTML <iframe> टैग निर्दिष्ट करता है<break-line><break-line>The HTML <iframe> tag specifies.
A. इनलाइन फ्रेम/an inline frame
B. आउटलाइन फ्रेम/an outline frame
C. वर्टिकल फ्रेम/vertical frame
D. हॉरिजॉन्टल फ्रेम/horizontal frame
View Answer
Q40.
निम्नलिखित टैगों में से किसका दूसरा नाम रूट एलिमेंट है |<break-line><break-line>The root element is another name of which of the following tags?
A. <head>/<head>
B. <BODY>/<BODY>
C. <element>/<element>
D. <HTML>/<HTML>
View Answer