<Button>
What it does
Defines a
clickable push button. Inside the button element you can put text or images.
Attributes
accesskey="accessibility
key character"
class="class name"
dir="direction for weak/neutral text"
disabled
id="document-wide unique id"
lang="language code"
name="name of target location"
onblur="script"
onclick="script"
ondblclick="script"
onfocus="script"
onkeydown="script"
onkeypress="script"
onkeyup="script"
onmousedown="script"
onmousemove="script"
onmouseout="script"
onmouseover="script"
onmouseup="script"
style="associated style info"
tabindex="position in tabbing order"
title="advisory title"
type="content type"
value="value"
End
Tag: Required |