placeholder image to represent content

HTML Forms

Quiz by Thuraya Jassim

Our brand new solo games combine with your quiz, on the same screen

Correct quiz answers unlock more play!

New Quizalize solo game modes
5 questions
Show answers
  • Q1
    العلامة البرمجية الصحيحة لإنشاء نموذج
    Question Image
    <div>
    <form>
    <img>
    <iframe>
    60s
  • Q2
    الخاصية الخاصة بتحديد ملف PHP المرتبط بالنموذج
    Question Image
    input
    name
    action
    method
    60s
  • Q3
    لإضافة عنوان User Name ويليه مربع نص جديد
    <p>User Name <input type="number" name="username"> </p>
    <input type="date" name="username">
    <p>User Name <input type="text" name="username"> </p>
    60s
  • Q4
    Lلتصحيح الخطأ في الأمر البرمجي التالي: <p> Enter No of Copies <input type="text" name="no_copies">
    Question Image
    <p> Enter No of Copies <input type="number" name=no_copies"> </p>
    <p> Enter No of Copies <input type="number" name=no_copies">
    <p> Enter No of Copies <input type="text" name=no_copies"> </p>
    <p> Enter No of Copies <input type="number" name=no_copies"> </p>
    60s
  • Q5
    لإضافة زر button للنموذج يتم اختيار نوع البيانات
    text
    date
    number
    submit
    60s

Teachers give this quiz to your class