validate
require
required
mandatory
Get
Post
Put
Out
What will this pattern accept?
<input pattern="[0-9]{4}">
Any number
Exactly 4 digits
At least 4 digits
Maximum 4 digits
<caption>
<title>
<legend>
<label>
<option>
<list>
<dropdown>
<select>
Defines a label for many form elements
Useful for screen-reader users
Useful for visually challenged users
All the above
placeholder
hint
value
title
mustfill
text
radio
password
date
Button
Input
Select
<optgroup>
<optiongroup>
<group>
<selectgroup>
id
name
POST
GET
PUT
DELETE
photo
picture
file
upload
<input>
<textarea>
<base>
<input type="textarea">
<textbox>
<multiline>
method
target
action
href
day
week
month
time
<textarea></textarea>
<text></text>
<input type=”text” />
<input type=”textarea” />
number
range
slider
progress
the method name that process the form data
the URI of program that processes the form data
the method that the browser uses to submit the form
None of the above
Return contents of a specified document
Return header information
place the specified document with the enclosed data
Execute the specified document with the enclosed data
Label Tag
Select Tag
TextBox Tag
Frame Tag
<text>
regex
pattern
match
<input type=”check”>
<input type=”textarea”>
<input type=”checkbox”>
<checkbox>Text</checkbox>
email
letter
fax
NONE
selected
check
checked
active
focus
autofocus
auto
radiobox
checkbox
submit
clear
erase
reset
refresh
<form>
<output>
<input type='checkbox'>
<checkbox>
<input type='check'>
<input checkbox>
type