I have this e-commerce project, I want to add item with multiple size and each size has its own stock number. database example: ITEM SIZE STOCK Rubber shoes 43 20 Rubber shoes 44 10 What HTML design will I use in adding item with the different sizes and each size has its own stock? How can I insert this data inRead more