Computer Science, asked by zenhahaseeb38469, 5 months ago

Create a Webpage to display the output.

Attachments:

Answers

Answered by rajverma87654etawah
1

Answer:

how to create a webpage please subscrI've to my YouTube channel name -Technical Verma ji please subscribe

Answered by jewel47374
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