Input tags Flashcards

1
Q

tags allow you to create an input
field where user can enter data.

A

<input></input>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

input tags can be found in

A

<body>
</body>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

denotes a clickable
button.

A

<input></input>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

denotes a
checkbox.

A

<input></input>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

denotes a file-select
field and a “Browse…” button for file
uploads.

A

<input></input>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

denotes a hidden
input field.

A

<input></input>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

denotes a reset
button. This when clicked resets all form
values to default

A

<input></input>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

denotes a submit
button.

A

<input></input>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

denotes a single-line text field.
When developers do not specify the type of INPUT
this is the default input type.

A

<input></input>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

The default width is
up to ___ characters for text

A

The default width is
up to 20 characters)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

denotes an image as
the submit button.

A

<input></input>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

denotes a password
field as characters are masked.

A

<input></input>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

denotes a radio button.

A

<input></input>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

is used for choosing
color through a color well control.

A

<input></input>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

is used for entering a
date (year, month, day) with no time zone.

A

<input></input>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

is used for entering a
date (year, month, day) and time (hour, minute,
second, and fraction of a second) with the time
zone set to UTC.

A

<input></input>

17
Q

is used for
entering a date (year, month, day) and time
(hour, minute, second and fraction of a second)
with no time zone.

A

<input></input>

18
Q

is used for entering either
a single email address or a list of email
addresses.

A

<input></input>

19
Q

is used for entering a
date with a year and a month, but no time zone.

A

<input></input>

20
Q

is used for numerical
input.

A

<input></input>

21
Q

is used for numerical
input, but unlike number, the actual is not
important.

A

<input></input>

22
Q

is used to prompt users
to enter text that they want to search for.

A

<input></input>

23
Q

is used for entering a
telephone number.

A

<input></input>

24
Q

is used for entering a time
value with hour, minute, seconds and fractional
seconds but no time zone.

A

<input></input>

25
Q

used for entering a single
URL.

A

<input></input>