How do I make an HTML table the same width as its containing div tag? April 7, 2024 by Tarik Add the below CSS to your <table>: table-layout: fixed; width: 100%;