You are on page 1of 2

<html>

<head>
<style>
table, th, td {
border: 1px solid black;
border-collapse: collapse;
padding: 15px;
text-align: left align;
border-spacing: 5px;
text-decoration: underline;
font-style: italic;
font-family: arial;

}
</style>
</head>
<body>
<div style="background-color: Yellow;">
<h1> Overall Experience of the Tests </h1>
<p> It was average. They are not easy but also not hard.<br>
I hope that I won't jinx myself and continuosly get good grades.</p>
</div>

<div style="background-color: #BFA2DB;">


<h2 style="color: Blue;">Results </h2>
<p style="color: Blue;">I am hoping that I will get better marks than last time and
get 100 for all of the tests.<br>
I hope that the table will come true and not just an imagination. </p>
</div>

<div style="background-color: #73c2fb;">


<table width="100%">
<tr>
<th>Subject </th>
<th>Score </th>
<th>Date Returned </th>
</tr>
<tr>
<td>Bahasa Indonesia </td>
<th>100 </th>
<td>28 November 2022 </td>
</tr>
<tr>
<td>Math </td>
<th>100 </th>
<td>29 November 2022 </td>
</tr>
<tr>
<td>English </td>
<th>100 </th>
<td>29 November 2022 </td>
</tr>
<tr>
<td>Science </td>
<th>100 </th>
<td>29 November 2022 </td>
</tr>
<tr>
<td>ICT </td>
<th>100 </th>
<td>1 December 2022 </td>
</tr>
</table>

</body>
</html>

You might also like