NEW
Font size
WorksheetsHTML5
Total questions: 26
Worksheet time: 13mins
What is the correct HTML for making a checkbox?
<checkbox>
<input type="checkbox">
<check>
<input type="check">
What is the correct HTML for making a drop-down list?
<list>
<input type="dropdown">
<input type="list">
<select>
What is the correct HTML for making a text input field?
<input type="textfield">
<textinput type="text">
<textfield>
<input type="text">
In HTML, which attribute is used to specify that an input field must be filled out?
required
validate
formvalidate
placeholder
The viewer never sees the transfer of data when the form uses <form method="get">.
True
False
Checkbox buttons let users select one or more of a particular set of choices
True
False
<img src="mypic.jpg" />
<_____ href="http://www.google.com">Click Here</_____>
_______ tag defines some content loosely related to the page content.
<article>
<aside>
<source>
<section>
______ can be termed as a special keyword used inside a tag to specify additional information about the tag and customize it.
Element
Attribute
custom
canvas
