add solution (#28386)

This commit is contained in:
lucielchoi707 2019-03-17 03:57:39 +08:00 committed by Jaka Kranjc
parent 7a0864d716
commit 996883be6c

View File

@ -58,6 +58,19 @@ tests:
<section id='solution'>
```js
// solution required
<h2>CatPhotoApp</h2>
<main>
<p>Click here to view more <a href="#">cat photos</a>.</p>
<a href="#"><img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back."></a>
Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.
Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.
<ul>
<li>milk</li>
<li>food</li>
<li>toys</li>
</ul>
</main>
```
</section>