--- id: 5ddb965c65d27e1512d44dbf title: Part 40 challengeType: 0 isBeta: true --- ## Description
Let's create a few more HTML elements to add to the `output`. Create an `h4` element and assign it to a variable named `recommended`.
## Instructions
## Tests
```yml tests: - text: See description above for instructions. testString: assert(/const\s*recommended\s*=\s*document\.createElement\([\'\"\`]h4[\'\"\`]\)/.test(code)); ```
## Challenge Seed
```html ```
### Before Test
```html

Calorie Counter

Sex
Breakfast
Lunch
Dinner
```
### After Test
```html ```
## Solution
```html ```