---
id: 5f3c866d5414453fc2d7b480
title: Part 32
challengeType: 0
isHidden: true
---
## Description
Starting below the existing coffee/price pair, add the following coffees and prices using an `article` element with two nested `p` elements inside each. As before, the first `p` element's text should contain the coffee flavor and the second `p` element's text should contain the price.
```bash
Carmel Macchiato 3.75
Pumpkin Spice 3.50
Hazelnut 4.00
Mocah 4.50
```
## Tests
```yml
tests:
- text: Test 1
testString: ''
```
## Challenge Seed