fix/add-tests

This commit is contained in:
moT01
2019-05-30 09:04:11 -05:00
committed by Kristofer Koishigawa
parent 2e6cb9181a
commit 23d723a71f

View File

@ -40,6 +40,7 @@ tests:
<div id='html-seed'> <div id='html-seed'>
```html ```html
<html> <html>
<body> <body>
<!-- add your code below --> <!-- add your code below -->
@ -47,9 +48,11 @@ tests:
<!-- add your code above --> <!-- add your code above -->
</body> </body>
</html> </html>
``` ```
</div> </div>
</section> </section>
## Solution ## Solution
@ -63,6 +66,7 @@ tests:
<!-- add your code above --> <!-- add your code above -->
</body> </body>
</html> </html>
``` ```
</section> </section>