HTML5
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 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:
What is the correct HTML for inserting an image?
A
<img alt="MyImage">image.gif</img>
B
<img src="image.gif" alt="MyImage" />
C
<img href="image.gif" alt="MyImage" />
D
<image src="image.gif" alt="MyImage" />
Note:
Not available
Show answer
Show Note
Report
Question:
While designing the links page of your website, you want the link to open a new browser window. How will you implement this with HTML?
A
<anchor href="http://www.mailer.com">Mailer</anchor>
B
<anchor href=http://www.mailer.com target=_blank>Mailer</anchor>
C
<
a href="http://www.mailer.com" target="_new">Mailer</a>
D
<
a href="http://www.mailer.com" target="_blank">Mailer</a>
Note:
Not available
Show answer
Show Note
Report
Question:
Which of the following are not valid?
A
<h2>Main Title</h2>
B
<h>Main Title</h>
C
<h3>Main Title</h3>
D
<h7>Main Title</h7>
Note:
Not available
Show answer
Show Note
Report
Question:
which of the following values is not valid for the align attribute of a heading tag? Note: The align attribute was deprecated in HTML 4.01. Use styles instead in new coding.
A
right
B
left
C
middle
D
center
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 is true for the <param /> tag in HTML 4.01?
A
It does need a closing tag.
B
The language attribute cannot be specified with it.
C
The name and type attributes are optional.
D
The class, id and title attributes can be specified for it.
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
First
Prev
1
2
3
4
Next
Last
/18
Go
Schools
App Store
Whiteboard
Blogs
Quiz
Test
Apply Course
Games
Freelancers
Professionals
Newspapers
Terms
Privacy
Copyright © 2024. Powered by
Intellect Software Ltd