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