From 6b6b33092b3e1aadf8ecd6c06ba675662d2aa6f9 Mon Sep 17 00:00:00 2001 From: SGokul1 <44476382+SGokul1@users.noreply.github.com> Date: Fri, 25 Jan 2019 21:49:27 +0530 Subject: [PATCH] Sample solution for the challenge seed code (#31929) * Sample solution for the challenge seed code I have updated the sample solution for the challenge seed code. * Update headline-with-the-h2-element.english.md Removed //solution required Co-authored-by: Paul Gamble --- .../headline-with-the-h2-element.english.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/headline-with-the-h2-element.english.md b/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/headline-with-the-h2-element.english.md index 7c652013e0..987761e351 100644 --- a/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/headline-with-the-h2-element.english.md +++ b/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/headline-with-the-h2-element.english.md @@ -51,9 +51,14 @@ tests: ## Solution -
-```js -// solution required +
+ +```html +

Hello World

+

CatPhotoApp

``` -
+ +
+ +