I'm doing a job for college where I'm creating a website for a pizzeria.
I'm picking up the data from the pizzas, playing in a list, and bringing it to a table:
But I would like this table to look like this:
Image1 | pizza dice 1 | image2 | pizza data 2 |
Image3 | pizza dice 3 | image4 | pizza data 4 |
Image5 | pizza dice 5 | image6 | pizza dice 6 |
I hope you have understood. At the request of the teacher, we can not use any framework, and the work should be done using HTML, JSP, JavaScript, Java, Servlet and CSS.
The file where I'm working with this table is a JSP.
Thanks for the help since now.