French Vanilla
3.00
--- id: 5f716bee5838c354c728a7c5 title: Part 53 challengeType: 0 dashedName: part-53 --- # --description-- Below the dessert you just added, add the rest of the desserts and prices using three more `article` elements, each with two nested `p` elements. Each element should have the correct dessert and price text, and all of them should have the correct classes. ```bash Cherry Pie 2.75 Cheesecake 3.00 Cinammon Roll 2.50 ``` # --hints-- Test 1 ```js ``` # --seed-- ## --seed-contents-- ```html