feat: add solution to accessibility challenge (#35484)

This commit is contained in:
Dana Ottaviani
2019-03-01 20:03:38 -05:00
committed by Manish Giri
parent 890d7be105
commit 3d1fd805e6

View File

@ -68,7 +68,20 @@ tests:
## Solution ## Solution
<section id='solution'> <section id='solution'>
```js ```html
// solution required <h1>How to Become a Ninja</h1>
<main>
<h2>Learn the Art of Moving Stealthily</h2>
<h3>How to Hide in Plain Sight</h3>
<h3>How to Climb a Wall</h3>
<h2>Learn the Art of Battle</h2>
<h3>How to Strengthen your Body</h3>
<h3>How to Fight like a Ninja</h3>
<h2>Learn the Art of Living with Honor</h2>
<h3>How to Breathe Properly</h3>
<h3>How to Simplify your Life</h3>
</main>
``` ```
</section> </section>