Form
Test
Model Test
Ebook
Quiz-1 : Basic, HTML5
Quiz-3 : Form, HTML5
Quiz-4 : Text, HTML5
Quiz-5 : Table, HTML5
Quiz-6 : Media Content, HTML5
Quiz-8 : Structure and Sections , HTML5
Quiz-9 : Interactive Elements, HTML5
Quiz-10 : Attributes, HTML5
Index
HTML5 Home
Basic
91
Text
9
Table
10
List
4
Form
13
Media Content
13
Attributes
17
Embedded Content
4
Interactive Elements
11
Structure and Sections
7
Schools
Ebook
Question:
What is the correct HTML for making a check box?
A
<check>
B
<input type="checkbox" />
C
<checkbox>
D
<input type="check" />
Note:
Not available
Show answer
Show Note
Report
Question:
What is the correct HTML for making a text input field?
A
<textfield>
B
<textinput type="text" />
C
<input type="text" />
D
<input type="textfield" />
Note:
Not available
Show answer
Show Note
Report
Question:
What is the correct HTML for making a drop-down list?
A
<input type="list" />
B
<list>
C
<input type="dropdown" />
D
<select>
Note:
Not available
Show answer
Show Note
Report
Question:
What is the correct HTML for making a text area?
A
<input type="textbox" />
B
<input type="textarea" />
C
<textarea>
Note:
Not available
Show answer
Show Note
Report
Question:
Which of the following attribute is valid for a select tag contained within a form tag?
A
name
B
size
C
multiple
D
All
Note:
Not available
Show answer
Show Note
Report
Question:
Which of the following tags can be used in place of a button tag?
A
legend
B
ol
C
input
D
dl
Note:
Not available
Show answer
Show Note
Report
Question:
Which of the following is not correct for an action attribute for a form tag?
A
The action attribute can be defined at runtime.
B
If the value for action is null (action=""), then the form submits user data to itself.
C
If the URL is not provided to the action attribute, the form will not submit user data anywhere.
D
None
Note:
Not available
Show answer
Show Note
Report
Question:
Which of the following is/are a valid value for the type attribute of the input tag?
A
text
B
icon
C
reset
D
password
Note:
Not available
Show answer
Show Note
Report
Question:
How does a button created by the <button> tag differ from the one created by an <input> tag?
A
An input tag button can be a reset button too.
B
A button tag button can be a reset button too.
C
An input tag button can include images as well.
D
A button tag can include images as well.
Note:
Not available
Show answer
Show Note
Report
Question:
Which event is fired when an element loses its focus on a form?
A
onfocus
B
onload
C
onblur
D
onselect
Note:
Not available
Show answer
Show Note
Report
First
Prev
1
2
Next
Last
/2
Go
Schools
App Store
Whiteboard
Blogs
Quiz
Test
Apply Course
Games
Freelancers
Professionals
Newspapers
Terms
Privacy
Copyright © 2024. Powered by
Intellect Software Ltd