-Annie-

Exam Results

Sep 4th, 2016
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.44 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.    <head>
  4.       <title>Exam Results</title>
  5.       <link rel="stylesheet" type="text/css" href="styles.css">
  6.    </head>
  7.    <body>
  8.       <table>
  9.          <thead>
  10.             <tr>
  11.                <td class="first-thead" colspan="4">Web fundamentals exam results:</td>
  12.             </tr>
  13.          </thead>
  14.          <thead>
  15.             <tr>
  16.                <th>N</th>
  17.                <th>First name</th>
  18.                <th>Last name</th>
  19.                <th>Score</th>
  20.             </tr>
  21.          </thead>
  22.          </tbody>
  23.          <tr>
  24.             <td>01</td>
  25.             <td>Gosho</td>
  26.             <td>Goshev</td>
  27.             <td>500</td>
  28.          </tr>
  29.          <tr>
  30.             <td>02</td>
  31.             <td>Tosho</td>
  32.             <td>Toshev</td>
  33.             <td>500</td>
  34.          </tr>
  35.          <tr>
  36.             <td>03</td>
  37.             <td>Pesho</td>
  38.             <td>Pesho</td>
  39.             <td>500</td>
  40.          </tr>
  41.          <tr>
  42.             <td>04</td>
  43.             <td>Gencho</td>
  44.             <td>Genchev</td>
  45.             <td>500</td>
  46.          </tr>
  47.          <tr>
  48.             <td>05</td>
  49.             <td>Draga</td>
  50.             <td>Draganova</td>
  51.             <td>500</td>
  52.          </tr>
  53.          </tbody>
  54.          <tfoot>
  55.             <tr>
  56.                <td colspan="4">Average score form 05 participants: 500</td>
  57.             </tr>
  58.          </tfoot>
  59.       </table>
  60.    </body>
  61. </html>
Advertisement
Add Comment
Please, Sign In to add comment