From 3d1fd805e6e5e58723f1599835bd3e25f7abd2c2 Mon Sep 17 00:00:00 2001 From: Dana Ottaviani Date: Fri, 1 Mar 2019 20:03:38 -0500 Subject: [PATCH] feat: add solution to accessibility challenge (#35484) --- ...archical-relationships-of-content.english.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/curriculum/challenges/english/01-responsive-web-design/applied-accessibility/use-headings-to-show-hierarchical-relationships-of-content.english.md b/curriculum/challenges/english/01-responsive-web-design/applied-accessibility/use-headings-to-show-hierarchical-relationships-of-content.english.md index aa7138f0dd..8f108141e7 100644 --- a/curriculum/challenges/english/01-responsive-web-design/applied-accessibility/use-headings-to-show-hierarchical-relationships-of-content.english.md +++ b/curriculum/challenges/english/01-responsive-web-design/applied-accessibility/use-headings-to-show-hierarchical-relationships-of-content.english.md @@ -68,7 +68,20 @@ tests: ## Solution
-```js -// solution required +```html +

How to Become a Ninja

+
+

Learn the Art of Moving Stealthily

+

How to Hide in Plain Sight

+

How to Climb a Wall

+ +

Learn the Art of Battle

+

How to Strengthen your Body

+

How to Fight like a Ninja

+ +

Learn the Art of Living with Honor

+

How to Breathe Properly

+

How to Simplify your Life

+
```