Expected solution for the challenge seed code (#32523)

* Expected solution for the challenge seed code

I have updated the expected output for the challenge seed code.

* fix: corrected solution section syntax
This commit is contained in:
gokulsg
2019-02-15 01:05:21 +05:30
committed by Paul Gamble
parent 08b9c3c7fb
commit 2b91676e72

View File

@ -55,7 +55,13 @@ tests:
## Solution
<section id='solution'>
```js
// solution required
```html
<!DOCTYPE html>
<html>
<h1> Hello world </h1>
</html>
```
</section>