Advertisements
Advertisements
Question
Write the HTML code to design the web page as shown below (Table border should be 1, height = 150 and width = 350 with cellpadding = 15):

Code Writing
Advertisements
Solution
<table border=1 height=150 width=350 cellpadding=15>
<tr>
<td align="center” colspan=2>January 2025</td>
</tr>
<tr>
<th> NAME </th>
<th> ATTENDANCE </th>
</tr>
<tr>
<td> Abha </td>
<td> Present </td>
</tr>
<tr>
<td> Alok </td>
<td> Absent </td>
</tr>
<tr>
<td colspan=2> Teacher : Ms. Anju</td>
</tr>
</table>shaalaa.com
Is there an error in this question or solution?
