Merhaba!!!
Observe the following table and write the HTML code to generate it:
Answers
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<div>
<table>
<caption>Time Table</caption>
<tr>
<th rowspan="8">
Hour
</th>
</tr>
<tr>
<th>Mon</th>
<th>Tue</th>
<th>Wed</th>
<th>Thu</th>
<th>Fri</th>
</tr>
<tr>
<td>Science</td>
<td>Maths</td>
<td>Science</td>
<td>Maths</td>
<td>Arts</td>
</tr>
<tr>
<td>Social</td>
<td>History</td>
<td>English</td>
<td>Social</td>
<td>Sports</td>
</tr>
<tr>
<th colspan="6">Lunch</th>
</tr>
<tr>
<td>Science</td>
<td>Maths</td>
<td>Science</td>
<td>Maths</td>
<td rowspan="2">Project</td>
</tr>
<tr>
<td>Social</td>
<td>History</td>
<td>English</td>
<td>Social</td>
</tr>
</table>
</div>
<style>
div,th,td {
border: 1px solid black;
}
table {
border: 1px solid black;
border-collapse: collapse;
width: 100%;
}
</style>
</body>
</html>
waaay bir türkce konuşan daha selam kardeş nasılsın
biraz saçmaladım çünkü sabahtan beri yazoyorum