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