how do I make a graph like this using html rowspan and colsp


how do I make a graph like this using html. rowspan and colspan

ake 1\'

Solution

HTML code below

<html>
</body>
<table border=\"1\" STYLE=\"text-align:center\" width=\"50%\">

<tr>
<th rowspan=\"2\" colspan=\"2\"> &nbsp</th>
<th colspan=\"2\"> &nbsp&nbsp&nbsp &nbsp </th>
<th> &nbsp&nbsp </th>
</tr>

<tr>
<th> &nbsp&nbsp </th>
<th>&nbsp&nbsp </th>
<th> &nbsp&nbsp</th>
</tr>

<tr>
<th rowspan=\"3\"> &nbsp&nbsp</td>
<td> &nbsp&nbsp</td>
<td>&nbsp&nbsp</td>
<td>&nbsp&nbsp</td>
<td>&nbsp&nbsp </td>
</tr>

<tr>
<td>&nbsp&nbsp</td>
<td>&nbsp&nbsp</td>
<td>&nbsp&nbsp</td>
<td>&nbsp&nbsp</td>
</tr>

<tr>
<td> &nbsp&nbsp </td>
<td> &nbsp&nbsp </td>
<td> &nbsp&nbsp </td>
<td> &nbsp&nbsp </td>
<tr>

</table>
</body>
<html>

-------------------------------------------------------------------------------------------

if you want to add data in table, you can add them in place of &nbsp

------

 how do I make a graph like this using html. rowspan and colspan ake 1\' SolutionHTML code below <html> </body> <table border=\

Get Help Now

Submit a Take Down Notice

Tutor
Tutor: Dr Jack
Most rated tutor on our site