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

+
```