--- id: 5d822fd413a79914d39e98ca title: Part 2 challengeType: 0 --- ## Description
Add opening and closing `html` tags below the doctype so you have a place to start putting some code.
## Instructions
## Tests
```yml tests: - text: test-text testString: assert(code.match(/\s*\s*<\/html\s*>/gi)); ```
## Challenge Seed
```html ```
## Solution
```html ```