play
controls
media
autoplay
<menu>
<link>
<nav>
<sidebar>
Supported in HTML5
Deprecated in HTML5
Required in HTML5
Used for multimedia
clear
erase
reset
refresh
<input type="textarea">
<textbox>
<textarea>
<multiline>
cellpadding
cellspacing
margin
spacing
//
/*
<!--
#
title
alt
name
caption
<strike>
<s>
<del>
Both A and C
POST
GET
PUT
DELETE
method
target
action
href
<caption>
<title>
<legend>
<label>
No difference
Disabled field is submitted with form data
Readonly field is submitted, disabled field is not
Disabled field can be edited
What will this pattern accept?
<input pattern="[0-9]{4}">
Any number
Exactly 4 digits
At least 4 digits
Maximum 4 digits