Topics to master 2 <3 Flashcards

1
Q

input (entrada)

A

Specifies an input field where the user can enter data.

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

type attribute

A

Specifies the input type to display

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

input types

A
  • button
  • text
  • radio
  • checkbox
  • color
  • date
  • email
  • file
  • password

(main ones)

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

fieldset

A

Es una caja que agrupa elementos relacionados entre si de un formulario.

ex:

name:
age:
country:
year:

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

legend

A

we use it to describe a heading or main text for the fieldset element.

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

datalist

A

Specifies a drop-down list of pre-defined options.

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

output

A

We use it to represent the result of a calculation (with JavaScript)

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

output (tag) name (attribute)

A

Specifies a name for the output element

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

output (tag) for (attribute)

A

Specifies the relationship between the result of the calculation, and the elements used in the calculation.

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

what is the relationship between input list y datalist id?

A

Basically, el input list y datalist id tienen el mismo valor porque están conectados

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