---
id: 5f716bee5838c354c728a7c5
title: Part 53
challengeType: 0
---
## 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
```
## Tests
```yml
tests:
- text: Test 1
testString: ''
```
## Challenge Seed