<select> तत्व के साथ किस विशेषता का उपयोग किया जाता है?
Which attribute is used with the <select> element?
A. multiple
B. selected
C. name
D. value
रेडियो प्रकार के लिए किस विशेषता का उपयोग नहीं किया जाता है?
Which attribute is not used for radio type?
A. name
B. value
C. checked
D. selected
मल्टी-लाइन टेक्स्ट इनपुट बनाने के लिए किस तत्व का उपयोग किया जाता है?
Which element is used to create a multi-line text input?
A. Lesson
B. text field
C. submit
D. radio buttons
निम्नलिखित में से कौन पासवर्ड विशेषता के साथ प्रयोग नहीं किया जाता है?
Which of the following is not used with password attribute?
A. name
B. size
C. max length
D. min
new forms में कौन-सी विशेषता का प्रयोग नहीं किया जाता है?
Which feature is not used in the new forms?
A. size
B. text
C. name
D. max length
HTML में चेकबॉक्स कैसे बनाएं?
How to create checkbox in HTML?
A. <input type="checkbox">
B. <input type="button">
C. <checkbox>
D. <input type="checked">
निम्नलिखित में से कौन सा टैग टेबल में रो जोड़ने के लिए प्रयोग किया जाता है?
Which of the following tag is used to add rows to the table?
A. <td> and </td>
B. <th> and </th>
C. <tr> and </tr>
D. none of these
स्क्रॉलिंग प्रभाव के साथ टेक्स्ट को प्रदर्शित करने के लिए निम्नलिखित में से कौन सा HTML टैग प्रयोग किया जाता है?
Which of the following HTML tag is used to display text with scrolling effect?
A. <marquee>
B. <scroll>
C. <div>
D. none of these
निम्नलिखित में से कौन सा HTML टैग विशेष स्वरूपण टैग है?
Which of the following HTML tag is the special formatting tag?
A. <p>
B. <b>
C.
D. None of the above
<a> और </a> _____ के लिए उपयोग किए जाने वाले टैग हैं
<a> and </a> are tags used for _____
A. Add image
B. align text
C. audio-voice text
D. adding links to your page
जावास्क्रिप्ट को सक्रिय करने के लिए किस विशेषता का उपयोग किया जाता है?
Which attribute is used to activate JavaScript?
A. button
B. checkbox
C. url
D. submit
बॉडी टैग आमतौर पर _______ के बाद प्रयोग किया जाता है
The body tag is usually used after __
A. HTML tags
B. EM tag
C. title tag
D. head tag
निम्नलिखित में से कौन सा HTML5 द्वारा पेश किया गया एक नया इनपुट एट्रिब्यूट है?
Which of the following is a new input attribute introduced by HTML5?
A. Lesson
B. checkbox control
C. submit button
D. date
HTML में, ऐसे टैग जिनमें ऑन और ऑफ दोनों टैग शामिल होते हैं, कहलाते हैं
In HTML, tags that contain both on and off tags are called
A. comment tag
B. document tag
C. container tag
D. none of the above
निम्नलिखित में से कौन-सा एलाइन एट्रीब्यूट का मान नहीं है?
Which of the following is not a value of align attribute?
A. justification
B. four
C. middle
D. left
अपने पूरे पृष्ठ के लिए एक फ़ॉन्ट निर्दिष्ट करने के लिए आप कौन सा टैग जोड़ेंगे?
What tag would you add to specify a font for your entire page?
A. <defaultFont>
B. <targetfont>
C. <BaseFont>
D. <font>
निम्नलिखित में से कौन फ्रेम विशेषता के लिए मूल्य नहीं है?
Which of the following is not a value for frame attribute?
A. up
B. zero
C. none
D. box
<TR>, <TD> और <TH> के लिए मुख्य कंटेनर _______ है
The main container for <TR>, <TD> and <TH> is ___
A. <data>
B. <group>
C. <table>
D. none of the above
निम्नलिखित में से कौन कॉलम की चौड़ाई निर्दिष्ट नहीं करता है?
Which of the following does not specify the width of the column?
A. Fixed
B. percent
C. proportional
D. pixel
हाइपरटेक्स्ट और हाइपरमीडिया लिंक बनाने के लिए उपयोग किया जाने वाला टैग है
The tag used to create hypertext and hypermedia links is
A. <HR>
B. <br>
C. <former>
D. <a>