WorksheetsForm
Total questions: 8
Worksheet time: 5mins
الرمز الصحيح لإدراج نموذج في صفحة الإنترنت
<a> </a>
<form> </form>
<table> </table>
الرمز الخاص بإدراج مربع نص
<input>
<target>
<submit>
<link>
الخاصية المناسبة لإضافة إسم إلى مربع النص
type
name
href
target
الخاصية الصحيحة لتحويل مربع النص الى زر إرسال
name= "submit"
type = "submit"
value = "submit"
ماهو الخيار المناسب لإضافة مربع النص الموجود في الصورة داخل النموذج
<input type="number">
<input type="text" name="abc">
<p>Enter your Full name <input type="text" name="abc"></p>
<input type="number" name="abc">
ماهو الخيار المناسب لإضافة زر ارسال
<p>save <input type="submit"/></p>
<input type="submit" name="save"/>
<input type="submit" value="save"/>
<input type="number" name="save"/>
ما هي الخاصية المناسبة للملف المستدعى
action
method
type
name
ما هي الخاصية المناسبة لطريقة إرسال البيانات
action
method
type
name
