I am struggling to figure out a way to display three images on my webpage with text descriptions below them, followed by another set of three images with text descriptions underneath those. I want to achieve this using only HTML and CSS without relying on Flexbox.
So far, I have been able to align all six images in a vertical column on the left side of my page. However, I have tried various methods like floating, using display properties, or CSS grid, but nothing seems to give me the desired layout.
If anyone has any suggestions or solutions to help me achieve this layout, I would greatly appreciate it! Thank you.