[text] Table

Viewer

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <style>
  5.         table {
  6.             width: 100%;
  7.             border-collapse: collapse;
  8.         }
  9.         th, td {
  10.             border: 1px solid #dddddd;
  11.             text-align: left;
  12.             padding: 8px;
  13.         }
  14.         th {
  15.             background-color: #4CAF50;
  16.             color: white;
  17.         }
  18.         tr:nth-child(even) {
  19.             background-color: #f2f2f2;
  20.         }
  21.         tr:nth-child(odd) {
  22.             background-color: #ffffff;
  23.         }
  24.     </style>
  25. </head>
  26. <body>
  27.  
  28. <h2>Understanding Terms Used in Questions by Aditya Sir (KARMAYOGI IAS)</h2>
  29.  
  30. <table>
  31.     <tr>
  32.         <th>Term</th>
  33.         <th>Meaning and Demand</th>
  34.     </tr>
  35.     <tr>
  36.         <td>Discuss</td>
  37.         <td>Write about two or more aspects of an issue without criticism, and provide an analytical summary of all sides.</td>
  38.     </tr>
  39.     <tr>
  40.         <td>Critically Discuss</td>
  41.         <td>Present and evaluate all aspects, including pros and cons, and provide a thorough evaluation.</td>
  42.     </tr>
  43.     <tr>
  44.         <td>Explain</td>
  45.         <td>Provide meaning and context for a problem, covering all aspects without criticism or personal opinion.</td>
  46.     </tr>
  47.     <tr>
  48.         <td>Examine</td>
  49.         <td>Scrutinize the statement by presenting both supportive and critical views.</td>
  50.     </tr>
  51.     <tr>
  52.         <td>Evaluate</td>
  53.         <td>Write about the pros and cons of the statement.</td>
  54.     </tr>
  55.     <tr>
  56.         <td>Critically Examine</td>
  57.         <td>Analyze both positive and negative aspects systematically, taking a definitive stand towards the end.</td>
  58.     </tr>
  59.     <tr>
  60.         <td>Comment</td>
  61.         <td>Provide different aspects of an issue or problem analytically and give your opinion.</td>
  62.     </tr>
  63.     <tr>
  64.         <td>Critically Comment</td>
  65.         <td>Conduct a thorough evaluation before giving a deliberate opinion, highlighting both merits and demerits.</td>
  66.     </tr>
  67.     <tr>
  68.         <td>Analyse</td>
  69.         <td>Dissect a problem deeply, exploring underlying causes and dimensions.</td>
  70.     </tr>
  71.     <tr>
  72.         <td>Critically Analyse</td>
  73.         <td>Investigate underlying and interrelated causes comprehensively, providing a balanced view.</td>
  74.     </tr>
  75.     <tr>
  76.         <td>Describe</td>
  77.         <td>Provide a straightforward description of facts or features without criticism or analysis.</td>
  78.     </tr>
  79. </table>
  80.  
  81. </body>
  82. </html>
  83.  

Editor

You can edit this paste and save as new:


File Description
  • Table
  • Paste Code
  • 30 Jun-2024
  • 2.43 Kb
You can Share it: