wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Quiz o formularzach HTML

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Jaki znacznik jest głównym kontenerem formularza HTML?

a)

<norm>

b)

<form>

c)

<action>

d)

<method>

2.

Który atrybut znaczka

określa adres URL, na który zostaną wysłane dane?

a)

enctype

b)

method

c)

action

d)

target

3.

Jakiego typu pole służy do wprowadzania adresu e-mail?

a)

<input type="e-mail">

b)

<input type="email" id="email">

c)

<input type="email">

d)

<input type="email" name="email">

4.

Jakie pole umożliwia wybór jednej opcji spośród kilku?

a)

<input type="submit">

b)

<select>

c)

<input type="radio">

d)

<input type="checkbox">

5.

Jakie pole służy do wprowadzania dłuższych treści?

a)

<fieldset>

b)

<textarea>

c)

<message>

d)

<submit>

6.

Który znacznik jest używany do grupowania elementów formularza?

a)

<field>

b)

<fieldset>

c)

<fieldtes>

d)

<setfield>

7.

Jakie pole umożliwia zaznaczenie wielu opcji?

a)

<input type="radio">

b)

<input type="checkbox">

c)

<input type="select">

d)

<input type="date">

8.

Jakie pole umożliwia wprowadzenie hasła?

a)

<input type="hidden">

b)

<input type="text">

c)

<input type="number">

d)

<input type="password">

9.

Jakie pole służy do przesyłania plików?

a)

<input type="document">

b)

<input type="upload">

c)

<input type="image">

d)

<input type="file">

10.

Jakie pole umożliwia wybór daty?

a)

<input type="date">

b)

<input type="datetime">

c)

<input type="time">

d)

<input type="calendar">