Create a Webpage to display the output.
Attachments:
Answers
Answered by
1
Answer:
how to create a webpage please subscrI've to my YouTube channel name -Technical Verma ji please subscribe
Answered by
0
Answer:
<html>
<body>
<table border=1 cellspacing="0">
<tr>
<th colspan="6"> Time Table </th>
</tr>
<tr>
<td rowspan="6"> Hours </td>
<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="5"> 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>
</body>
</html>
Explanation:
Similar questions
Hindi,
2 months ago
English,
2 months ago
India Languages,
2 months ago
Political Science,
5 months ago
Math,
5 months ago
Math,
11 months ago
Math,
11 months ago
Social Sciences,
11 months ago