```html <!DOCTYPE html> <html> <head> <style> table { border-collapse: collapse; width: 100%; } th, td { border: 1px solid black; padding: 8px; text-align: left; } .product-name { list-style-type: none; } .gap { margin-bottom: 20px; } </style> </head> <body> <h2 class="product-name">Pepsi 24x0.33 L</h2> <p class="gap">Pepsi ist ein beliebtes kohlensäurehaltiges Erfrischungsgetränk, bekannt für seinen erfrischenden Geschmack und seine ikonische Marke.</p> <h3>Zutaten:</h3> <p>Kohlensäurehaltiges Wasser, Zucker, Farbstoff (Zuckerkulör E150d), Säure (Phosphorsäure), Aromastoffe (einschließlich Koffein)</p> <h3>Nährwertangaben:</h3> <table> <tr> <th>Pro 100ml:</th> <td>Energie</td> <td>42 kJ (10 kcal)</td> </tr> <tr> <th></th> <td>Fett</td> <td>0g</td> </tr> <tr> <th></th> <td>Kohlenhydrate</td> <td>2,5g</td> </tr> <tr> <th></th> <td>Zucker</td> <td>2,5g</td> </tr> <tr> <th></th> <td>Eiweiß</td> <td>0g</td> </tr> </table> <p class="gap">Bitte beachten Sie, dass Pepsi Koffein enthält und nicht für Personen mit Koffeinsensibilitäten oder -allergien empfohlen wird.</p> </body> </html> ```
Capalus.de (austria)