How do I make my table body width equal to the table width in HTML? -
How do I make the width of my table body equal to the table in the HTML table?
You can also try to "collapse" the border-style style on your table. Any padding on the table made by default will reduce.
table {border-fall: collapse; }
Comments
Post a Comment