page-banner
Chapter-3 HTML Basics
Q16.
HTTP PUT रिक्वेस्ट मेथड का उपयोग .......... किया जाता है<break-line><break-line>HTTP PUT request method is used to.
A. दस्तावेज़ की सामग्री लौटाने के लिए/Return contents of a specified document
B. हैडर जानकारी लौटाने के लिए/Return header information
C. दस्तावेज़ को enclosed डेटा से बदलने के लिए/Replace the specified document with the enclosed data
D. दस्तावेज़ को enclosed डेटा के साथ execute करने के लिए/Execute the specified document with the enclosed data
View Answer
Q17.
एक टेबल सेल के अन्दर के कंटेंट को बाएं साइड अलाइन करने के लिए सही HTML है<break-line><break-line>Correct HTML to left align the content inside a table cell is
A. <td left>/<td left>
B. <td raligh = "left" >/<td raligh = "left" >
C. <td align = "left">/<td align = "left">
D. <td leftalign>/<td leftalign>
View Answer
Q18.
मेटा टैग .............. में होता है<break-line><break-line>Meta tag appear in ___________.
A. <HEAD>/<HEAD>
B. <TITLE>/<TITLE>
C. <BODY>/<BODY>
D. <FORM>/<FORM>
View Answer
Q19.
HTML टैग्स में नॉन-सिमेंटिक एलिमेंट की पहचान करें |<break-line><break-line>Identify the non-semantic elements in HTML tags.
A. <div>/<div>
B. <form>/<form>
C. <table>/<table>
D. <article>/<article>
View Answer
Q20.
<INPUT> है ............<break-line><break-line><INPUT> is __________
A. कंटेनर टैग/container tag
B. खाली टैग/empty tag
C. दोनों A और B/both (A) and (B)
D. इनमें से कोई नहीं/none of the above
View Answer