I need a hand in arranging images using the ordered list tag in two columns | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I need a hand in arranging images using the ordered list tag in two columns

I need a combination of html and css code that would enable me list images with descriptions under in two separate columns but not in a table format. And also for the code to work across all browsers

25th Jul 2022, 2:04 PM
Gabriel
Gabriel - avatar
2 Answers
+ 2
You might be interested in the Responsive Web Design course: https://www.sololearn.com/Course/Responsive-Web-Design/?ref=app One way of approaching this is specifying the column attribute via CSS. https://stackoverflow.com/questions/14745297/how-to-display-an-unordered-list-in-two-columns#14745429 If you need help with a code, please link a minimal working example so we can test and make suggestions.
25th Jul 2022, 2:13 PM
Lisa
Lisa - avatar
+ 1
Attempt?
25th Jul 2022, 6:28 PM
Chris Coder
Chris Coder - avatar