From ec9fffb222f947a9fd2cf94bb6bc43a46576adf3 Mon Sep 17 00:00:00 2001 From: Anas Salam <38077746+anassalam@users.noreply.github.com> Date: Sat, 16 Feb 2019 00:19:03 +0500 Subject: [PATCH] solution to Challenge ID:bad87fee1348bd9aedd08835 (#33391) * solution to Challenge ID:bad87fee1348bd9aedd08835 solution to Challenge ID:bad87fee1348bd9aedd08835 - Check Radio Buttons and Checkboxes by Default * fix: solution --- ...ttons-and-checkboxes-by-default.english.md | 32 +++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/check-radio-buttons-and-checkboxes-by-default.english.md b/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/check-radio-buttons-and-checkboxes-by-default.english.md index 479a3bca23..ce80ca8425 100644 --- a/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/check-radio-buttons-and-checkboxes-by-default.english.md +++ b/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/check-radio-buttons-and-checkboxes-by-default.english.md @@ -76,7 +76,35 @@ 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. +
+
+ +
+ + +
+ + +
+
``` +