---
id: 5f3c866daec9a49519871816
title: Part 31
challengeType: 0
---
## Description
`article` elements commonly contain multiple elements that have related information. In this case, it will contain a coffee flavor and a price for that flavor. Nest two `p` elements inside your `article` element. The first one's text should be `French Vanilla`, and the second's text `3.00`.
## Tests
```yml
tests:
- text: Test 1
testString: ''
```
## Challenge Seed