CSS for first td of each tr in certain table August 21, 2023 by Tarik Use the below. table#student tr td:first-child{display:none;} WORKING DEMO