How to resize table??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to resize table???

How to resize table raw and column? https://code.sololearn.com/WaXvf28oGUzw/?ref=app

8th Apr 2020, 6:49 PM
Harish Gajjar
Harish Gajjar - avatar
3 Answers
+ 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
9th Apr 2020, 12:09 AM
Jônatas Araripe
Jônatas Araripe - avatar
+ 1
https://code.sololearn.com/WTRmrqnRDxY8/?ref=app Use the width attribute to resize column and rows
8th Apr 2020, 7:18 PM
Emmanuel
Emmanuel - avatar
+ 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!
8th Apr 2020, 7:23 PM
Harish Gajjar
Harish Gajjar - avatar