placeholder image to represent content

مراجعة الجداول

Quiz by Muneera

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

Correct quiz answers unlock more play!

New Quizalize solo game modes
10 questions
Show answers
  • Q1
    ماهي العلامة المخصصة لإدراج الجدول؟
    <tr>
    <th>
    <td>
    <table>
    60s
  • Q2
    أدرجي العبارة التالية كخلية عنوان للجدول IT is fun !!
    <th> IT is fun !! </th>
    <h1> IT is fun !! </h1>
    <table> IT is fun !! </table>
    <td> IT is fun !! </td>
    60s
  • Q3
    ماهي العلامة المخصصة لإدراج سطر الجدول؟
    <tr>
    <th>
    <br/>
    <td>
    60s
  • Q4
    id أدرجي المعرف bh المسمى إلى علامة بيانات الجدول
    <th id="bh">
    <table id="bh">
    <td id="bh">
    <td class="bh">
    60s
  • Q5
    class أدرجي الفئة common المسماة إلى علامة الجدول
    <table id="common">
    <table class="common">
    <img class="common">
    <td class=common">
    60s
  • Q6
    نسقي علامة الجدول كالتالي border 2px green solid إطار
    table { border : 2px- green-solid ; }
    th { border : 2px green solid ; }
    table { border : 2px green solid ; }
    table { border = 2px green solid ; }
    60s
  • Q7
    نسقي علامة رأس الجدول كالتالي color = pink لون الخط وردي
    td { color : pink ; }
    th { color : pink ; }
    tr { color : pink ; }
    table { color : pink ; }
    60s
  • Q8
    bh نسقي المعرف المسمى كالتالي : font-size = 20px حجم الخط
    &bh { font-size : 20px; }
    #bh { font-size : 20px; }
    @bh { font-size : 20px; }
    .bh { font-size : 20px; }
    60s
  • Q9
    common نسقي الفئة المسماة كالتالي: border 3px blue double إطار
    .common { border : 3px blue double ; }
    %.common { border : 3px blue double ; }
    #common { border : 3px blue double ; }
    common { border : 3px blue double ; }
    60s
  • Q10
    نسقي علامة سطر الجدول عند مرور مؤشر الفأرة عليه
    th : hover
    tr : hover
    tr : visited
    table : hover
    60s

Teachers give this quiz to your class