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. +
+
+ +
+
``` +