Menu mobile
Home
Programming
Python Tutorial
Java Tutorial
C Tutorial
C++ Tutorial
Web Technology
HTML
CSS
Java Script
PHP
React JS
Node JS
Assignment
MS Office
HTML
CSS
Bootstrap
Java Script
JQuery
AngularJs
Project
Blog
QUIZ ON : html - HTML FORM
HTML FORM
00:00:00
English
Hindi
Question No# :
01
out of 49
Which attribute is used to provide an advisory text about an element or its contents?
Which attribute is used to provide an advisory text about an element or its contents?
A.
tooltip
tooltip
B.
value
value
C.
title
title
D.
none of the above
none of the above
Question No# :
02
out of 49
Check boxes are used _____
चेक बॉक्स का उपयोग _____ किया जाता है
A.
To enable option
विकल्प सक्षम करने के लिए
B.
To disable option
विकल्प अक्षम करने के लिए
C.
To create lists
सूचियां बनाने के लिए
D.
To enable or disable option
विकल्प को सक्षम या अक्षम करने के लिए
Question No# :
03
out of 49
____ is a collection of controls in HTML.
____ एचटीएमएल में नियंत्रणों का एक संग्रह है।
A.
Form
फ़ार्म
B.
Field
फ़ील्ड
C.
Table
टेबल
D.
Frame
फ़्रेम
Question No# :
04
out of 49
The text inside the <TEXTAREA> tag works like
The text inside the <TEXTAREA> tag works like
A.
<P> formatted text
<P> formatted text
B.
<T> formatted text
<T> formatted text
C.
<PRE> formatted text
<PRE> formatted text
D.
None Of These
None Of These
Question No# :
05
out of 49
What is not true about the <label> tag HTML ?
<HTML>के <lable> टैग के बारे में क्या सही नहीं है?
A.
Defines a label for many form elements
कई फॉर्म तत्वों के लिए एक लेबल को परिभाषित करता है
B.
Useful for screen-reader users
स्क्रीन-रीडर उपयोगकर्ताओं के लिए उपयोगी
C.
Useful for visually challenged users
द्रष्टिबाधित उपयोगकर्ताओं के लिए उपयोगी
D.
All the above
उपरोक्त में से कोई नहीं
Question No# :
06
out of 49
Interactive documents that can be created using a feature of HTML are called ____
इंटरएक्टिव दस्तावेज़ जो HTML की एक विशेषता का उपयोग करके बनाए जा सकते हैं, ____ कहलाते हैं
A.
Tables
टेबल
B.
Forms
फार्म
C.
Files
फ़ाइलें
D.
Frames
फ्रेम्स
Question No# :
07
out of 49
Choose the correct statement regarding elements having same value of “name” attribute.
Choose the correct statement regarding elements having same value of “name” attribute.
A.
Elements with <input type="checkbox"> can have multiple value because multiple checkboxes can be selected and part of same set
Elements with <input type="checkbox"> can have multiple value because multiple checkboxes can be selected and part of same set
B.
Elements with <input type="radio"> can have same value because multiple radio buttons can be selected and part of same set
Elements with <input type="radio"> can have same value because multiple radio buttons can be selected and part of same set
C.
Elements with <input type="checkbox"> can have same value because only one checkbox can be selected and part of same set
Elements with <input type="checkbox"> can have same value because only one checkbox can be selected and part of same set
D.
Elements with <input type="radio"> can have same value because only one radio button can be selected and part of same set
Elements with <input type="radio"> can have same value because only one radio button can be selected and part of same set
Question No# :
08
out of 49
Which of them is not the value of the input’s type attribute?
Which of them is not the value of the input’s type attribute?
A.
email
email
B.
password
password
C.
date
date
D.
age
age
Question No# :
09
out of 49
Which of the following element defines a group of related options in a drop-down list?
Which of the following element defines a group of related options in a drop-down list?
A.
<form>
<form>
B.
<optgroup>
<optgroup>
C.
<output>
<output>
D.
<option>
<option>
Question No# :
10
out of 49
Which attribute will make a checkbox/radio button selected by default
कौन सी विशेषता चेकबॉक्स/रेडियो बटन को डिफ़ॉल्ट रूप से चयनित कर देगी
A.
selected
चयनित
B.
check
जाँच करना
C.
checked
चेक किए गए
D.
active
सक्रिय
Question No# :
11
out of 49
In HTML5, which input type is used to upload photo
HTML5 में फोटो अपलोड करने के लिए किस इनपुट प्रकार का उपयोग किया जाता है
A.
photo
photo
B.
picture
picture
C.
file
file
D.
upload
upload
Question No# :
12
out of 49
Forms are created by the attributes
प्रपत्र विशेषताओं द्वारा बनाए गए हैं
A.
Action and Method
क्रिया और विधि
B.
Value and Method
मूल्य और विधि
C.
Method and Target
विधि और लक्ष्य
D.
Action and Target
कार्रवाई और लक्ष्य
Question No# :
13
out of 49
HTTP PUT request method is used to?
HTTP PUT रिक्वेस्ट मेथड का उपयोग किया जाता है?
A.
Return contents of a specified document
निर्दिष्ट दस्तावेज़ की अंतर्वस्तु लौटने के लिए
B.
Return header information
हेडर इन्फॉर्मेशन लौटने के लिए
C.
place the specified document with the enclosed data
निर्दिष्ट दस्तावेज़ को संलग्न डेट से बदलने के लिए
D.
Execute the specified document with the enclosed data
निर्दिष्ट दस्तावेज़ को संलग्न डेट से साथ निष्पादित करने के लिए
Question No# :
14
out of 49
Which tag is used to create a group inside select box
सेलेक्ट बॉक्स के अंदर ग्रुप बनाने के लिए किस टैग का उपयोग किया जाता है
A.
<optgroup>
<ऑप्टग्रुप>
B.
<optiongroup>
<विकल्पसमूह>
C.
<group>
<समूह>
D.
<selectgroup>
<चयनसमूह>
Question No# :
15
out of 49
Which element is used to take input from the user that can be send to the server?
Which element is used to take input from the user that can be send to the server?
A.
<form>
<form>
B.
<label>
<label>
C.
<input>
<input>
D.
<select>
<select>
Question No# :
16
out of 49
Which HTML attribute is used place faded text on text box which automatically remove the user type text
किस HTML विशेषता का उपयोग टेक्स्ट बॉक्स पर फीके टेक्स्ट को रखने के लिए किया जाता है जो उपयोगकर्ता प्रकार के टेक्स्ट को स्वचालित रूप से हटा देता है
A.
placeholder
प्लेसहोल्डर
B.
hint
संकेत देना
C.
value
कीमत
D.
title
शीर्षक
Question No# :
17
out of 49
Identify the valid new <input> tag element in HTML5?
एचटीएमएल 5 में मान्य नए <इनपुट> टैग एलिमेंट की पहचान करें?
A.
email
ईमेल
B.
letter
लेटर
C.
fax
फैक्स
D.
None of the above
उपरोक्त में से कोई नहीं
Question No# :
18
out of 49
Autofocus attribute can be used on which element ?
ऑटोफोकस विशेषता का उपयोग किस एलिमेंट पर किया जा सकता है?
A.
Button
बटन
B.
Input
इनपुट
C.
Select
सेलेक्ट
D.
All the above
उपरोक्त सभी
Question No# :
19
out of 49
To create a drop down which tag will you use?
To create a drop down which tag will you use?
A.
<select>
<select>
B.
<list>
<list>
C.
<input type="dropdown">
<input type="dropdown">
D.
Any of them will work
Any of them will work
Question No# :
20
out of 49
Which tag is used to create a dropdown in HTML Form?
HTML फॉर्म में ड्रॉपडाउन बनाने के लिए किस टैग का उपयोग किया जाता है?
A.
<input>
<input>
B.
<select>
<select>
C.
<text>
<text>
D.
<textarea>
<textarea>
Question No# :
21
out of 49
<INPUT> is
<इनपुट> है
A.
format tag
प्रारूप टैग
B.
empty tag
खाली टैग
C.
both (A) and (B)
a और B दोनों
D.
None of the above
इनमे से कोई भी नहीं
Question No# :
22
out of 49
What is the default method value for the <form> tag if the attribute is omitted
यदि विशेषता छोड़ दी गई है तो form टैग के लिए डिफ़ॉल्ट विधि मान क्या है
A.
POST
POST
B.
GET
GET
C.
NONE
NONE
D.
PUT
PUT
Question No# :
23
out of 49
What is the default ‘type’ attribute of <input> element?
What is the default ‘type’ attribute of <input> element?
A.
text
text
B.
password
password
C.
numerals
numerals
D.
date
date
Question No# :
24
out of 49
What is the default type of input tag
इनपुट टैग का डिफ़ॉल्ट प्रकार क्या है
A.
text
टेक्स्ट
B.
radio
रेडिओ
C.
password
पासवर्ड
D.
date
तारीख
Question No# :
25
out of 49
ldentify the invalid <input> tag "type" attribute value.?
इनवैलिड <input> टैग "type " विशेषता मान की पहचानें करे ?
A.
radiobox
रेडिओबॉक्स
B.
checkbox
चेकबॉक्स
C.
submit
सबमिट
D.
text
टेक्स्ट
Question No# :
26
out of 49
Adding which of the following to input box make it compulsory to be filled out when submitting the form?
Adding which of the following to input box make it compulsory to be filled out when submitting the form?
A.
type=”required”
type=”required”
B.
required
required
C.
important
important
D.
compulsory
compulsory
Question No# :
27
out of 49
'Multiple' Property is used in which tag
MULTILINE=TRUE प्रॉपर्टी का उपयोग किस टैग में किया जाता है
A.
Label Tag
Label Tag
B.
Select Tag
Select Tag
C.
TextBox Tag
TextBox Tag
D.
Frame Tag
Frame Tag
Question No# :
28
out of 49
What does the action attribute defines?
What does the action attribute defines?
A.
Specify the action to be performed on the form content
Specify the action to be performed on the form content
B.
Specify the address on the server to send the form content to
Specify the address on the server to send the form content to
C.
Specify the method to call when the form is submitted
Specify the method to call when the form is submitted
D.
None of the above
None of the above
Question No# :
29
out of 49
How to create a checkbox in HTML Form?
HTML फॉर्म में चेकबॉक्स कैसे बनाएं?
A.
<input type=”check”>
<input type=”check”>
B.
<input type=”textarea”>
<input type=”textarea”>
C.
<input type=”checkbox”>
<input type=”checkbox”>
D.
<checkbox>Text</checkbox>
<checkbox>Text</checkbox>
Question No# :
30
out of 49
Which attribute can be used with <select> element?
Which attribute can be used with <select> element?
A.
selected
selected
B.
value
value
C.
multiple
multiple
D.
none of the above
none of the above
Question No# :
31
out of 49
Identify the valid new <input> tag element in HTML 5
HTML 5 में मान्य नए <input> टैग एलिमेंट की पहचान करें
A.
email
email
B.
letter
letter
C.
fax
fax
D.
None of the above
None of the above
Question No# :
32
out of 49
What is the use of Forms in HTML?
What is the use of Forms in HTML?
A.
to display contents
to display contents
B.
to collect user’s input
to collect user’s input
C.
to search the site by user’s input
to search the site by user’s input
D.
none of the above
none of the above
Question No# :
33
out of 49
What is the correct HTML for creating a checkbox
चेकबॉक्स बनाने के लिए सही HTML क्या है
A.
<input type='checkbox'>
<input type='checkbox'>
B.
<checkbox>
<checkbox>
C.
<input type='check'>
<input type='check'>
D.
<input checkbox>
<input checkbox>
Question No# :
34
out of 49
When form data contains sensitive information, then which method should be used?
जब फ्रॉममें संवेदनशील जानकारी हो, तो किस विधि का उपयोग किया जाना चाहिए?
A.
Get
Get
B.
Post
Post
C.
Put
Put
D.
Out
Out
Question No# :
35
out of 49
Which of the following is not a type of attribute for input tag?
निम्नलिखित में से कौन इनपुट टैग के लिए एक प्रकार की विशेषता नहीं है?
A.
day
day
B.
week
week
C.
month
month
D.
time
time
Question No# :
36
out of 49
Which attribute will make a checkbox selected/ ticked by default?
कौन सा एट्रिब्यूट चेकबॉक्स को डिफ़ॉल्ट रूप से चयनित/टिक कर देगी?
A.
ticked
ticked
B.
select
select
C.
selected
selected
D.
checked
checked
Question No# :
37
out of 49
Which of the following is not the keyword of form method attribute?
Which of the following is not the keyword of form method attribute?
A.
GET
GET
B.
POST
POST
C.
OUT
PUT
D.
All of These
OUT
Question No# :
38
out of 49
Which element is used to create multi-line text input?
Which element is used to create multi-line text input?
A.
text
text
B.
textarea
textarea
C.
submit
submit
D.
radio
radio
Question No# :
39
out of 49
Which of the following defines a group of related options in a drop-down list.
निम्न में से कौन ड्रॉप-डाउन लिस्ट में संबंधित विकल्पों के समूह को परिभाषित करता है।
A.
<form>
<form>
B.
<optgroup>
<optgroup>
C.
<output>
<output>
D.
<option>
<option>
Question No# :
40
out of 49
Which element does not support autofocus attribute?
कौन सा एलिमेंट ऑटोफोकस विशेषता को सपोर्ट नहीं करता है?
A.
<input>
<input>
B.
<select>
<select>
C.
<textarea>
<textarea>
D.
<base>
<base>
Question No# :
41
out of 49
Which of the following attributes of text box control allow to limit the maximum character?
टेक्स्ट बॉक्स कंट्रोल की _______ विशेषता अधिकतम वर्ण को सीमित करने की अनुमति देती है?
A.
size
आकार
B.
len
लेन
C.
maxlength
अधिकतम लंबाई
D.
All of the above
उपरोक्त सभी
Question No# :
42
out of 49
Which of the following tag is used to create a text area in HTML Form?
HTML फॉर्म में टेक्स्ट एरिया बनाने के लिए निम्नलिखित में से किस टैग का उपयोग किया जाता है?
A.
<textarea></textarea>
<textarea></textarea>
B.
<text></text>
<text></text>
C.
<input type=”text” />
<input type=”text” />
D.
<input type=”textarea” />
<input type=”textarea” />
Question No# :
43
out of 49
Which new HTML5 form attribute tells the browser that an input field must be filled out before submitting the form
कौन सा नया HTML5 फॉर्म विशेषता ब्राउज़र को बताता है कि फॉर्म सबमिट करने से पहले एक इनपुट फ़ील्ड भरना होगा
A.
mandatory
mandatory
B.
required
required
C.
validate
validate
D.
mustfill
mustfill
Question No# :
44
out of 49
The method attribute of form tag specifies the
फॉर्म टैग में मेथड एट्रिब्यूट किस विशेषता निर्दिष्ट करती है
A.
the method name that process the form data
विधि का नाम जो प्रपत्र डेटा को संसाधित करता है
B.
the URI of program that processes the form data
प्रोग्राम का यूआरआई जो प्रपत्र डेटा को संसाधित करता है
C.
the method that the browser uses to submit the form
वह विधि जिसका उपयोग ब्राउज़र फ़ॉर्म सबमिट करने के लिए करता है
D.
None of the above
इनमे से कोई भी नहीं
Question No# :
45
out of 49
Which tag creates a check box for a form in HTML?
Which tag creates a check box for a form in HTML?
A.
<checkbox></checkbox>
<checkbox></checkbox>
B.
<input type="checkbox">
<input type="checkbox">
C.
<input=checkbox>
<input=checkbox>
D.
<input checkbox>
<input checkbox>
Question No# :
46
out of 49
Which tag creates a check box for a from in HTML?
कौन सा टैग HTML में से के लिए चेक बॉक्स बनाता है?
A.
<checkbox>
<checkbox>
B.
<input type="checkbox">
<input type="checkboc">
C.
<input=checkbox>
<input=checkbox>
D.
<input checkbox>
<input checkbox>
Question No# :
47
out of 49
How does the “for” attribute of label links to input box?
How does the “for” attribute of label links to input box?
A.
set the “name” attribute of input to same value as “for” attribute
set the “name” attribute of input to same value as “for” attribute
B.
set the “value” attribute of input to same value as “for” attribute
set the “value” attribute of input to same value as “for” attribute
C.
set the “id” attribute of input to same value as “for” attribute
set the “id” attribute of input to same value as “for” attribute
D.
all the above options are necessary
all the above options are necessary
Question No# :
48
out of 49
In which of the following ways can a submit button be created?
In which of the following ways can a submit button be created?
A.
<input type="submit" value="Submit"/>
<input type="submit" value="Submit"/>
B.
<input type="text" value="Submit"/>
<input type="text" value="Submit"/>
C.
<input type="button" value="Submit"/>
<input type="button" value="Submit"/>
D.
<input type="reset" value="Submit"/>
<input type="reset" value="Submit"/>
Question No# :
49
out of 49
Which of the following is not a semantic element?
Which of the following is not a semantic element?
A.
<form>
<form>
B.
<article>
<article>
C.
<table>
<table>
D.
<span>
<span>
Latest Current Affairs 2025
Online Exam Quiz for One day Exam
Online Typing Test
CCC Online Test 2025
Python Programming Tutorials
Best Computer Training Institute in Prayagraj (Allahabad)
Best Java Training Institute in Prayagraj (Allahabad)
Best Python Training Institute in Prayagraj (Allahabad)
O Level Online Test in Hindi
Bank SSC Railway TET UPTET Question Bank
career counselling in allahabad
Sarkari Naukari Notification
Best Website and Software Company in Allahabad
Sarkari Exam Quiz