Charles Baldo
asked on
Coonvert Table to CSS with div tags
Hello
New with CSS, How can I turn this table into css with <div> tags It is a box on the left with two boxes on the right each box half the sizes of the box on the right
<table>
<tr>
<td>Task</td>
<td rowspan="2">Instructions</ td>
</tr>
<tr>
<td> Comments</td>
</tr>
</table>
New with CSS, How can I turn this table into css with <div> tags It is a box on the left with two boxes on the right each box half the sizes of the box on the right
<table>
<tr>
<td>Task</td>
<td rowspan="2">Instructions</
</tr>
<tr>
<td> Comments</td>
</tr>
</table>
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER