---
id: 5d822fd413a79914d39e98cb
title: Part 3
challengeType: 0
isHidden: true
---
## Description
Next, add opening and closing `head` and `body` tags within the html element.
## Instructions
## Tests
```yml
tests:
- text: test-text
testString: assert(code.match(/\s*\s*<\/head\s*>\s*\s*<\/body\s*>\s*<\/html\s*>/gi));
```
## Challenge Seed
## Solution