WASSCE ICT Elective Practical 2020 HTML Question [SOLVED]

(Last Updated On: )

Code

<!DOCTYPE html>
<html>
    <head>
        <title>Class 1 Assessment</title>
    </head>
    <body>
        <h1>Continuous Assessment</h1>
        <table border="1">
            <colgroup>
                <col width="150px">
                <col width="150px">
                <col width="150px">
                <col width="150px">
            </colgroup>
            <tr>
                <td rowspan="2">Index No</td>
                <td rowspan="2">Candidate</td>
                <td colspan="2">Subject</td>
            </tr>
            <tr>
                <td>English</td>
                <td>Mathematics</td>
            </tr>
            <tr>
                <td>10000</td>
                <td>Dennis Brown</td>
                <td>56</td>
                <td>80</td>
            </tr>
            <tr>
                <td>10001</td>
                <td>Robert Asante</td>
                <td>85</td>
                <td>70</td>
            </tr>

        </table>
    </body>
</html>
Likes:
Views:
401

Leave a Reply

Your email address will not be published. Required fields are marked *

error: Content is protected !!