From 4ea0953446b0fe65f0d50205927c9b5a944e6099 Mon Sep 17 00:00:00 2001 From: Anas Salam <38077746+anassalam@users.noreply.github.com> Date: Tue, 6 Nov 2018 21:44:23 +0500 Subject: [PATCH] submit button added (#34233) submit button added to the form --- .../add-a-submit-button-to-a-form.english.md | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/add-a-submit-button-to-a-form.english.md b/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/add-a-submit-button-to-a-form.english.md index 581ac1ade8..29be738096 100644 --- a/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/add-a-submit-button-to-a-form.english.md +++ b/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/add-a-submit-button-to-a-form.english.md @@ -75,7 +75,34 @@ tests: ## Solution
+
+ ```js // solution required +

CatPhotoApp

+
+

Click here to view more cat photos.

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

Things cats love:

+
    +
  • cat nip
  • +
  • laser pointers
  • +
  • lasagna
  • +
+

Top 3 things cats hate:

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