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 50
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# :
02
out of 50
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# :
03
out of 50
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# :
04
out of 50
ldentify the invalid <input> tag "type" attribute value.?
इनवैलिड <input> टैग "type " विशेषता मान की पहचानें करे ?
A.
radiobox
रेडिओबॉक्स
B.
checkbox
चेकबॉक्स
C.
submit
सबमिट
D.
text
टेक्स्ट
Question No# :
05
out of 50
Which tag provides a caption for a fieldset?
कौन सा टैग फील्डसेट के लिए कैप्शन प्रदान करता है?
A.
<caption>
<caption>
B.
<title>
<title>
C.
<legend>
<legend>
D.
<label>
<label>
Question No# :
06
out of 50
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# :
07
out of 50
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# :
08
out of 50
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>
Question No# :
09
out of 50
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# :
10
out of 50
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# :
11
out of 50
'Multiple' Property is used in which tag
Multiple प्रॉपर्टी का उपयोग किस टैग में किया जाता है
A.
Label Tag
Label Tag
B.
Select Tag
Select Tag
C.
TextBox Tag
TextBox Tag
D.
Frame Tag
Frame Tag
Question No# :
12
out of 50
Which attribute will make a checkbox selected/ ticked by default?
कौन सा एट्रिब्यूट चेकबॉक्स को डिफ़ॉल्ट रूप से चयनित/टिक कर देगी?
A.
ticked
ticked
B.
select
select
C.
selected
selected
D.
checked
checked
Question No# :
13
out of 50
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# :
14
out of 50
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# :
15
out of 50
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# :
16
out of 50
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# :
17
out of 50
____ is a collection of controls in HTML.
____ एचटीएमएल में नियंत्रणों का एक संग्रह है।
A.
Form
फ़ार्म
B.
Field
फ़ील्ड
C.
Table
टेबल
D.
Frame
फ़्रेम
Question No# :
18
out of 50
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# :
19
out of 50
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# :
20
out of 50
Which attribute automatically focuses a field when page loads?
पेज लोड होने पर कौन सा एट्रीब्यूट स्वचालित रूप से किसी फ़ील्ड पर फोकस करता है?
A.
focus
focus
B.
autofocus
autofocus
C.
auto
auto
D.
active
active
Question No# :
21
out of 50
What is the default type of input tag
इनपुट टैग का डिफ़ॉल्ट प्रकार क्या है
A.
text
टेक्स्ट
B.
radio
रेडिओ
C.
password
पासवर्ड
D.
date
तारीख
Question No# :
22
out of 50
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# :
23
out of 50
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# :
24
out of 50
<p>What will this pattern accept?</p><pre><span style="font-size: 14px;"><input pattern="[0-9]{4}"></span></pre>
<p>यह पैटर्न क्या स्वीकार करेगा?</p><pre style="font-size: 12.6px; letter-spacing: 0.14px;"><span style="font-size: 14px;"><input pattern="[0-9]{4}"></span></pre>
A.
Any number
Any number
B.
Exactly 4 digits
Exactly 4 digits
C.
At least 4 digits
At least 4 digits
D.
Maximum 4 digits
Maximum 4 digits
Question No# :
25
out of 50
Interactive documents that can be created using a feature of HTML are called ____
इंटरएक्टिव दस्तावेज़ जो HTML की एक विशेषता का उपयोग करके बनाए जा सकते हैं, ____ कहलाते हैं
A.
Tables
टेबल
B.
Forms
फार्म
C.
Files
फ़ाइलें
D.
Frames
फ्रेम्स
Question No# :
26
out of 50
Forms are created by the attributes
प्रपत्र विशेषताओं द्वारा बनाए गए हैं
A.
Action and Method
क्रिया और विधि
B.
Value and Method
मूल्य और विधि
C.
Method and Target
विधि और लक्ष्य
D.
Action and Target
कार्रवाई और लक्ष्य
Question No# :
27
out of 50
Which attribute makes a field mandatory?
कौन सा गुण किसी फ़ील्ड को अनिवार्य बनाता है?
A.
validate
validate
B.
require
require
C.
required
required
D.
mandatory
mandatory
Question No# :
28
out of 50
Which input type resets all form fields?
कौन सा इनपुट प्रकार फॉर्म के सभी फ़ील्ड को रीसेट करता है?
A.
clear
clear
B.
erase
erase
C.
reset
reset
D.
refresh
refresh
Question No# :
29
out of 50
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# :
30
out of 50
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# :
31
out of 50
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# :
32
out of 50
Which form attribute defines GET or POST?
कौन सा फॉर्म एट्रीब्यूट GET या POST को परिभाषित करता है?
A.
value
value
B.
method
method
C.
type
type
D.
action
action
Question No# :
33
out of 50
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# :
34
out of 50
What will be the default method if the method attribute is omitted in a form?
यदि किसी फॉर्म में मेथड एट्रीब्यूट को छोड़ दिया जाए तो डिफ़ॉल्ट मेथड क्या होगा?
A.
POST
POST
B.
GET
GET
C.
PUT
PUT
D.
DELETE
DELETE
Question No# :
35
out of 50
Which input type provides a slider control?
किस इनपुट प्रकार में स्लाइडर नियंत्रण उपलब्ध है?
A.
number
number
B.
range
range
C.
slider
slider
D.
progress
progress
Question No# :
36
out of 50
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# :
37
out of 50
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# :
38
out of 50
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# :
39
out of 50
<INPUT> is
<इनपुट> है
A.
format tag
प्रारूप टैग
B.
empty tag
खाली टैग
C.
both (A) and (B)
a और B दोनों
D.
None of the above
इनमे से कोई भी नहीं
Question No# :
40
out of 50
Identify the valid new <input> tag element in HTML5?
एचटीएमएल 5 में मान्य नए <इनपुट> टैग एलिमेंट की पहचान करें?
A.
email
ईमेल
B.
letter
लेटर
C.
fax
फैक्स
D.
None of the above
उपरोक्त में से कोई नहीं
Question No# :
41
out of 50
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# :
42
out of 50
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# :
43
out of 50
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# :
44
out of 50
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# :
45
out of 50
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# :
46
out of 50
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# :
47
out of 50
Autofocus attribute can be used on which element ?
ऑटोफोकस विशेषता का उपयोग किस एलिमेंट पर किया जा सकता है?
A.
Button
बटन
B.
Input
इनपुट
C.
Select
सेलेक्ट
D.
All the above
उपरोक्त सभी
Question No# :
48
out of 50
Check boxes are used _____
चेक बॉक्स का उपयोग _____ किया जाता है
A.
To enable option
विकल्प सक्षम करने के लिए
B.
To disable option
विकल्प अक्षम करने के लिए
C.
To create lists
सूचियां बनाने के लिए
D.
To enable or disable option
विकल्प को सक्षम या अक्षम करने के लिए
Question No# :
49
out of 50
Which input attribute provides a default value?
कौन सा इनपुट एट्रीब्यूट डिफ़ॉल्ट मान प्रदान करता है?
A.
placeholder
placeholder
B.
id
id
C.
value
value
D.
name
name
Question No# :
50
out of 50
Which attribute validates input using a regular expression?
कौन सा एट्रीब्यूट रेगुलर एक्सप्रेशन का उपयोग करके इनपुट को वैलिडेट करता है?
A.
regex
regex
B.
pattern
pattern
C.
validate
validate
D.
match
match
Online Exam Quiz for One day Exam
Online Typing Test
CCC Online Test 2026
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
Best Website and Software Company in Allahabad