Input tags Flashcards
tags allow you to create an input
field where user can enter data.
<input></input>
input tags can be found in
<body>
</body>
denotes a clickable
button.
<input></input>
denotes a
checkbox.
<input></input>
denotes a file-select
field and a “Browse…” button for file
uploads.
<input></input>
denotes a hidden
input field.
<input></input>
denotes a reset
button. This when clicked resets all form
values to default
<input></input>
denotes a submit
button.
<input></input>
denotes a single-line text field.
When developers do not specify the type of INPUT
this is the default input type.
<input></input>
The default width is
up to ___ characters for text
The default width is
up to 20 characters)
denotes an image as
the submit button.
<input></input>
denotes a password
field as characters are masked.
<input></input>
denotes a radio button.
<input></input>
is used for choosing
color through a color well control.
<input></input>
is used for entering a
date (year, month, day) with no time zone.
<input></input>