wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Form

Total questions: 8

Worksheet time: 5mins

Name
Class
Date
1.

الرمز الصحيح لإدراج نموذج في صفحة الإنترنت

a)

<a> </a>

b)

<form> </form>

c)

<table> </table>

2.

الرمز الخاص بإدراج مربع نص

a)

<input>

b)

<target>

c)

<submit>

d)

<link>

3.

الخاصية المناسبة لإضافة إسم إلى مربع النص

a)

type

b)

name

c)

href

d)

target

4.

الخاصية الصحيحة لتحويل مربع النص الى زر إرسال

a)

name= "submit"

b)

type = "submit"

c)

value = "submit"

5.

ماهو الخيار المناسب لإضافة مربع النص الموجود في الصورة داخل النموذج

a)

<input type="number">

b)

<input type="text" name="abc">

c)

<p>Enter your Full name <input type="text" name="abc"></p>

d)

<input type="number" name="abc">

6.

ماهو الخيار المناسب لإضافة زر ارسال

a)

<p>save <input type="submit"/></p>

b)

<input type="submit" name="save"/>

c)

<input type="submit" value="save"/>

d)

<input type="number" name="save"/>

7.

ما هي الخاصية المناسبة للملف المستدعى

a)

action

b)

method

c)

type

d)

name

8.

ما هي الخاصية المناسبة لطريقة إرسال البيانات

a)

action

b)

method

c)

type

d)

name