From de03d3f112807bd1a3f1fbc133bebb847e98f273 Mon Sep 17 00:00:00 2001 From: Zach Carroll <38516457+zcarroll4@users.noreply.github.com> Date: Fri, 25 Jan 2019 11:53:30 -0500 Subject: [PATCH] Solution to Comment out H1 and p tag, but not H2 element. (#32125) - [x] I have read [freeCodeCamp's contribution guidelines](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/CONTRIBUTING.md). - [x] My pull request has a descriptive title (not a vague title like `Update index.md`) - [x] My pull request targets the `master` branch of freeCodeCamp. - [x] None of my changes are plagiarized from another source without proper attribution. - [x] My article does not contain shortened URLs or affiliate links. If your pull request closes a GitHub issue, replace the XXXXX below with the issue number. Closes #XXXXX Co-authored-by: Paul Gamble --- .../basic-html-and-html5/comment-out-html.english.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/comment-out-html.english.md b/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/comment-out-html.english.md index 119eb93f28..3cd92725e5 100644 --- a/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/comment-out-html.english.md +++ b/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/comment-out-html.english.md @@ -60,7 +60,10 @@ tests: ## Solution
-```js -// solution required +```html + +

CatPhotoApp

+ ``` +