wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Formularios html I

Total questions: 11

Worksheet time: 4mins

Name
Class
Date
1.

¿Cuál es el nombre del elemento HTML donde se contienen los elementos del formulario?

a)

Formulario

b)

Fieldset

c)

Legend

d)

Label

2.

Etiqueta con la cual se agrega el texto a un fieldset

a)

Fieldset

b)

Legend

c)

p

d)

label

3.

Etiqueta para agregar elementos a un formulario, esta cambia segun se espeifique su tipo

a)

legend

b)

fieldset

c)

input

d)

ninguna

4.

Etiqueta para agregar solamente texto

a)

fieldset

b)

legend

c)

Input

d)

label

5.

Etiqueta para agregar un cuadro de texto

a)

<input type="checkbox">

b)

<input type="text">

c)

<input type="radio">

d)

<input type="buttom">

6.

Etiqueta para agregar un botón

a)

<input type="checkbox">

b)

<input type="text">

c)

<input type="radio">

d)

<input type="buttom">

7.

Etiqueta para agregar un radio

a)

<input type="checkbox">

b)

<input type="text">

c)

<input type="radio">

d)

<input type="buttom">

8.

Etiqueta para agregar una casilla de verificación

a)

<input type="checkbox">

b)

<input type="text">

c)

<input type="radio">

d)

<input type="buttom">

9.

Etiqueta para agregar el siguiente elemento:

a)

<input type="checkbox">

b)

<input type="text">

c)

<input type="radio">

d)

<select> </select>

10.

Evento cuando se pasa el ratón por un elemento

a)

focus

b)

hover

c)

visited

11.

Evento cuando se selecciona un elemento

a)

focus

b)

hover

c)

visited