From 2b91676e726d0f0924f8a2bd639976fc260da14e Mon Sep 17 00:00:00 2001 From: gokulsg <34234110+gokulsg@users.noreply.github.com> Date: Fri, 15 Feb 2019 01:05:21 +0530 Subject: [PATCH] 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 --- .../declare-the-doctype-of-an-html-document.english.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/declare-the-doctype-of-an-html-document.english.md b/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/declare-the-doctype-of-an-html-document.english.md index 5ce71d84bf..9b8882fafe 100644 --- a/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/declare-the-doctype-of-an-html-document.english.md +++ b/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/declare-the-doctype-of-an-html-document.english.md @@ -55,7 +55,13 @@ tests: ## Solution
-```js -// solution required +```html + + + +

Hello world

+ + ``` +