the html code to create the following table
Attachments:
Answers
Answered by
8
Answer: Hello there!! Here is the html code you requested for:
<html>
<head>
<title>Your title goes here
</title></head>
<body>
<table width=20%>
<tr>
<td>A
<td rowspan=2>C</td>
</tr>
<tr>
<td>B</td>
</tr>
<tr>
<td>C</td>
<td>E</td>
</tr>
</table>
</body>
</html>
I really hope it helps you!
Have a gr8 day.
Similar questions