wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

مراجعة درس إنشاء نموذج بلغة HTML

Total questions: 9

Worksheet time: 5mins

Name
Class
Date
1.

مستند يحتوي على حقول لإدخال البيانات

a)

الصورة

b)

النموذج

c)

الجدول

2.

لإنشاء نموذج نستخدم الوسم

a)

<form><\form>

b)

<body><\body>

c)

<a><\a>

3.

نستخدم الوسم للتحكم بعناصر النموذج

a)

<form>

b)

<input>

c)

<img>

4.

ينشئ سطرا واحدا لكلمة المرور

a)

<input type="text">

b)

<input type="password">

c)

<input type="email">

d)

<input type="radio">

e)

<input type="submit">

5.

ينشئ زر الموافقة على الإرسال

a)

<input type="text">

b)

<input type="password">

c)

<input type="email">

d)

<input type="radio">

e)

<input type="submit">

6.

ينشئ سطرا واحدا مخصصا للنص

a)

<input type="text">

b)

<input type="password">

c)

<input type="email">

d)

<input type="radio">

e)

<input type="submit">

7.

ينشئ زر الاختيار من متعدد

a)

<input type="text">

b)

<input type="password">

c)

<input type="email">

d)

<input type="radio">

e)

<input type="submit">

8.

ينشئ سطرا واحدا مخصصا للبريد الالكتروني

a)

<input type="text">

b)

<input type="password">

c)

<input type="email">

d)

<input type="radio">

e)

<input type="submit">

9.

وسم يستخدم لتجميع العناصر ذات الصلة في النموذج

a)

<form>

b)

<input>

c)

<fieldset>