From cc659a9a2d6f82d7682508e6daea64703af849e2 Mon Sep 17 00:00:00 2001 From: gokulsg <34234110+gokulsg@users.noreply.github.com> Date: Wed, 6 Feb 2019 08:03:30 +0530 Subject: [PATCH] Expected solution for the challenge seed code (#32530) * Expected solution for the challenge seed code I have updated the expected output for the challenge seed code. * Update create-a-text-field.english.md * fix: change language tag and remove wrong comment --- .../create-a-text-field.english.md | 26 +++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/create-a-text-field.english.md b/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/create-a-text-field.english.md index a6e5b2f860..f472a21af1 100644 --- a/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/create-a-text-field.english.md +++ b/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/create-a-text-field.english.md @@ -69,7 +69,29 @@ tests: ## Solution
-```js -// solution required +```html +

CatPhotoApp

+
+

Click here to view more cat photos.

+ + A cute orange cat lying on its back. + +

Things cats love:

+ +

Top 3 things cats hate:

+
    +
  1. flea treatment
  2. +
  3. thunder
  4. +
  5. other cats
  6. +
+
+ +
+
``` +