[text] dbra

Viewer

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>ECCE B2 Test Results</title>
  7. </head>
  8. <body>
  9.  
  10. <table border="1">
  11.   <thead>
  12.     <tr>
  13.       <th>Student Name</th>
  14.       <th>Listening Score</th>
  15.       <th>Reading Score</th>
  16.       <th>Writing Score</th>
  17.       <th>Speaking Score</th>
  18.       <th>Overall Score</th>
  19.       <th>Result</th>
  20.     </tr>
  21.   </thead>
  22.   <tbody>
  23.     <tr>
  24.       <td>John Smith</td>
  25.       <td>150</td>
  26.       <td>140</td>
  27.       <td>145</td>
  28.       <td>155</td>
  29.       <td>590</td>
  30.       <td>Pass</td>
  31.     </tr>
  32.     <tr>
  33.       <td>Emily Brown</td>
  34.       <td>135</td>
  35.       <td>155</td>
  36.       <td>150</td>
  37.       <td>130</td>
  38.       <td>570</td>
  39.       <td>Pass</td>
  40.     </tr>
  41.     <tr>
  42.       <td>Alex Johnson</td>
  43.       <td>145</td>
  44.       <td>130</td>
  45.       <td>140</td>
  46.       <td>135</td>
  47.       <td>550</td>
  48.       <td>Pass</td>
  49.     </tr>
  50.     <tr>
  51.       <td>Sarah Lee</td>
  52.       <td>160</td>
  53.       <td>150</td>
  54.       <td>155</td>
  55.       <td>160</td>
  56.       <td>625</td>
  57.       <td>Pass</td>
  58.     </tr>
  59.     <tr>
  60.       <td>Michael Chen</td>
  61.       <td>130</td>
  62.       <td>135</td>
  63.       <td>160</td>
  64.       <td>145</td>
  65.       <td>570</td>
  66.       <td>Pass</td>
  67.     </tr>
  68.   </tbody>
  69. </table>
  70.  
  71. </body>
  72. </html>
  73.  

Editor

You can edit this paste and save as new:


File Description
  • dbra
  • Paste Code
  • 22 Feb-2024
  • 1.33 Kb
You can Share it: