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
2 odpowiedzi
+ 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.
+ 1
Attempt?