Click here to view more cat photos.
+ +-
+
- milk +
- mice +
- catnip +
diff --git a/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/create-a-bulleted-unordered-list.english.md b/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/create-a-bulleted-unordered-list.english.md
index 476c4650a6..4f83b49ae1 100644
--- a/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/create-a-bulleted-unordered-list.english.md
+++ b/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/create-a-bulleted-unordered-list.english.md
@@ -64,7 +64,19 @@ tests:
## Solution
Click here to view more cat photos.CatPhotoApp
+
+
+
+
+
ol
element has a closing tag.');
- text: Make sure your li
element has a closing tag.
testString: assert(code.match(/<\/li>/g) && code.match(/li
element has a closing tag.');
+ - text: The li
elements in your unordered list should not be empty.
+ testString: $('ul li').each((i, val) => assert(val.textContent.replace(/\s/g, ''), 'Your li
elements in your unordered list should not be empty.'));
+ - text: The li
elements in your ordered list should not be empty.
+ testString: $('ol li').each((i, val) => assert(!!val.textContent.replace(/\s/g, ''), 'Your li
elements in your ordered list should not be empty.'));
```
@@ -79,7 +83,25 @@ tests:
## Solution
Click here to view more cat photos.
+ +Things cats love:
+Top 3 things cats hate:
+