Question
please type out code ty
.Exam Results Create a Web Page like the following using exam-results txt Page 3 of4 Web fundamentals exam result First name

nevermind
media%2Fe22%2Fe225c4cc-044f-4a9a-b8c5-c8
0 0
Add a comment Improve this question Transcribed image text
Answer #1

exam-results.html

<!DOCTYPE html>
<html>
<head>
   <link rel="stylesheet" href="exam-results.css">
</head>
<body>

<table>
   <thead>
   <tr>
   <th colspan="4">Web Fundamentals Exam Result</th>
   </tr>
   </thead>
   <tr>
       <td class="bold">&#8470;</td>
       <td class="bold">First Name</td>
       <td class="bold">Last Name</td>
       <td class="bold">Scores</td>
   </tr>
   <tr>
       <td>01</td>
       <td>Gosho</td>
       <td>Goshev</td>
       <td>500</td>
   </tr>
   <tr>
       <td>02</td>
       <td>Tosho</td>
       <td>Toshev</td>
       <td>500</td>
   </tr>
   <tr>
       <td>03</td>
       <td>Gencho</td>
       <td>Genchev</td>
       <td>500</td>
   </tr>
   <tr>
       <td>04</td>
       <td>Draga</td>
       <td>Draganova</td>
       <td>500</td>
   </tr>
   <tr>
       <td>05</td>
       <td>Gosho</td>
       <td>Goshev</td>
       <td>500</td>
   </tr>
   <tr>
       <td class="result" colspan="4">Average score from 05 participents : 500   </td>
   </tr>
</table>


</body>
</html>

exam-reults.css

table, th, td,tr {
   border: 1px solid #000000;
}

.bold {
   font-weight: bold;
   text-align: center;
}
.result {
   width: 400px;
   text-align: right;
   padding-right: 5px;
}
td {
   padding-left: 5px;
}

Screenshot

Web Fundamentals Exam Result First Name Last Name Scores 01 Gosho 02 Tosho 03 Gencho 04 Draga 05 Gosho Goshev Toshev Genchev

Add a comment
Know the answer?
Add Answer to:
please type out code ty nevermind .Exam Results Create a Web Page like the following using...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT