There is a need to make the table nested. How to change the width of a specific cell in a particular row? tried to set the width attribute for the td tag, but the width of all the first cells changes. enter image description here

    1 answer 1

    as an option not to make a table as a div

    <div style="width:250px;"> <div style="width:30%;"></div> <div style="width:30%;"></div> <div style="width:40%;"></div> </div>