From a2ee27a17fd6d711b3ce31e3f38c2771fd126835 Mon Sep 17 00:00:00 2001 From: lucielchoi707 <44453374+lucielchoi707@users.noreply.github.com> Date: Sun, 17 Mar 2019 04:08:51 +0800 Subject: [PATCH] add solution (#28341) --- .../add-a-submit-button-to-a-form.chinese.md | 24 ++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/curriculum/challenges/chinese/01-responsive-web-design/basic-html-and-html5/add-a-submit-button-to-a-form.chinese.md b/curriculum/challenges/chinese/01-responsive-web-design/basic-html-and-html5/add-a-submit-button-to-a-form.chinese.md index a684372b1d..64e39d3af6 100644 --- a/curriculum/challenges/chinese/01-responsive-web-design/basic-html-and-html5/add-a-submit-button-to-a-form.chinese.md +++ b/curriculum/challenges/chinese/01-responsive-web-design/basic-html-and-html5/add-a-submit-button-to-a-form.chinese.md @@ -71,6 +71,28 @@ tests:
```js -// solution required +

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