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:
@ -55,7 +55,13 @@ tests:
|
||||
## Solution
|
||||
<section id='solution'>
|
||||
|
||||
```js
|
||||
// solution required
|
||||
```html
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<h1> Hello world </h1>
|
||||
</html>
|
||||
|
||||
```
|
||||
|
||||
</section>
|
||||
|
Reference in New Issue
Block a user