Form

Form

10th Grade

8 Qs

quiz-placeholder

Similar activities

HTML Forms - What do you remember?

HTML Forms - What do you remember?

10th - 12th Grade

9 Qs

C++ dasar

C++ dasar

10th - 12th Grade

9 Qs

Unit 14 - Intro to JS in HTML

Unit 14 - Intro to JS in HTML

9th - 12th Grade

9 Qs

HTML тегтері

HTML тегтері

1st Grade - University

13 Qs

Computer Science Test 3 Review

Computer Science Test 3 Review

6th - 12th Grade

13 Qs

Ulhar Genap X

Ulhar Genap X

9th - 12th Grade

10 Qs

النماذج

النماذج

10th Grade

8 Qs

HTML y CSS - Construcción de formularios

HTML y CSS - Construcción de formularios

10th Grade

10 Qs

Form

Form

Assessment

Quiz

Computers

10th Grade

Medium

Created by

SAYED FAISAL

Used 6+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

<a> </a>

<form> </form>

<table> </table>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

<input>

<target>

<submit>

<link>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

type

name

href

target

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

name= "submit"

type = "submit"

value = "submit"

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

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

<input type="number">

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

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

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

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

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

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

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

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

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

action

method

type

name

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

action

method

type

name