Link to home
Create AccountLog in
Avatar of Charles Baldo
Charles BaldoFlag for United States of America

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>
ASKER CERTIFIED SOLUTION
Avatar of quizwedge
quizwedge
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of Charles Baldo

ASKER

PERFECT!!!  Thank You