I am making a small pizza game. Just something small for my portfolio. I am having trouble for when the user chooses their meats. I want them to choose up to 3 different meats, when they choose their meat, I want the name of the meat to show up in the "final choices" box, so that they can see what they chose.
I have included pictures of the HTML for the main box the user chooses from, the HTML for the final box that shows what the user chose, and the JAVASCRIPT that I have, there isn't much to the Javascript, cause I am not sure how to start. I know there is an .innerHTML but I am not sure how to use it with an Image.
Main Box for when user choices their meat
Final Box so the user can see what they chose
Thank y'all in advance!!