write the html code to create the following table
Attachments:
Answers
Answered by
42
Hey mate..
========
The following is your HTML code :--
<html>
<head>
<title> ABCD </title>
</head>
<body>
<table border = ''1" width = "80%" >
<tr>
<td align = "center" colspan = "2" >
Dr. A.K. Mehta's Schedule
</td>
</tr>
<tr>
<td> 9-11 A.M </td>
<td> 4-6 P.M </td>
</tr>
<tr>
<td> Sanjivani Hospital </td>
<td> Arogiya Hospital </td>
</tr>
</table>
</body>
</html>
Hope it helps you to some extent !!☺
========
The following is your HTML code :--
<html>
<head>
<title> ABCD </title>
</head>
<body>
<table border = ''1" width = "80%" >
<tr>
<td align = "center" colspan = "2" >
Dr. A.K. Mehta's Schedule
</td>
</tr>
<tr>
<td> 9-11 A.M </td>
<td> 4-6 P.M </td>
</tr>
<tr>
<td> Sanjivani Hospital </td>
<td> Arogiya Hospital </td>
</tr>
</table>
</body>
</html>
Hope it helps you to some extent !!☺
Similar questions