+ 1
How to resize table???
How to resize table raw and column? https://code.sololearn.com/WaXvf28oGUzw/?ref=app
3 Respuestas
+ 2
See this:
https://code.sololearn.com/WWwF5jWKLBn6/#html
To not interfere with the size of the other cells, use only colspan and rowspan!
Ref. https://www.w3schools.com/tags/att_td_rowspan.asp
https://www.w3schools.com/tags/att_td_colspan.asp
+ 1
https://code.sololearn.com/WTRmrqnRDxY8/?ref=app
Use the width attribute to resize column and rows
+ 1
Emmanuel yah it's working but when i changed red 1st cell with width="200px" it's also effects on cell yellow ...why?? Can i modify perticular cell ??
For more info plz check updated code!