Home / CSS Tips Generated By ChatGPT / Styling the caption Element in CSS Improve the appearance of table captions for better readability and aesthetics. Source Code caption { caption-side: top; font-size: 1.5em; font-weight: bold; text-align: left; padding: 4px; }