create the following table by html coding as shown in image it's urgent please do it correctly use rowspan and colspan
Attachments:
Answers
Answered by
0
Answer:
<table>
<caption>Life Expectancy By Current Age</caption>
<tr>
<th colspan="2">65</th>
<th colspan="2">40</th>
<th colspan="2">20</th>
</tr>
<tr>
<th>Men</th>
<th>Women</th>
<th>Men</th>
<th>Women</th>
<th>Men</th>
<th>Women</th>
</tr>
<tr>
<td>82</td>
<td>85</td>
<td>78</td>
<td>82</td>
<td>77</td>
<td>81</td>
</tr>
</table>
this is a code for a table I made
present I am not doing programming otherwise I will tell you.
this table is almost same as of you.
mark my answer as brainiest
Similar questions
Math,
4 months ago
CBSE BOARD X,
4 months ago
English,
4 months ago
Social Sciences,
9 months ago
India Languages,
9 months ago
Physics,
1 year ago
Math,
1 year ago
History,
1 year ago