diff --git a/curriculum/challenges/english/03-front-end-libraries/bootstrap/add-font-awesome-icons-to-all-of-our-buttons.english.md b/curriculum/challenges/english/03-front-end-libraries/bootstrap/add-font-awesome-icons-to-all-of-our-buttons.english.md
index d7ad5f285c..e9b691d6d5 100644
--- a/curriculum/challenges/english/03-front-end-libraries/bootstrap/add-font-awesome-icons-to-all-of-our-buttons.english.md
+++ b/curriculum/challenges/english/03-front-end-libraries/bootstrap/add-font-awesome-icons-to-all-of-our-buttons.english.md
@@ -109,7 +109,63 @@ tests:
## Solution
-```js
-// solution required
+```html
+
+
+
+
+
+
+
CatPhotoApp
+
+
+

+
+
+

+
+
+
+
+
+
+
+
+
+
+
+
Things cats love:
+
+ - cat nip
+ - laser pointers
+ - lasagna
+
+
Top 3 things cats hate:
+
+ - flea treatment
+ - thunder
+ - other cats
+
+
+
```
diff --git a/curriculum/challenges/english/03-front-end-libraries/bootstrap/add-font-awesome-icons-to-our-buttons.english.md b/curriculum/challenges/english/03-front-end-libraries/bootstrap/add-font-awesome-icons-to-our-buttons.english.md
index 86e24760d9..8ad30d1741 100644
--- a/curriculum/challenges/english/03-front-end-libraries/bootstrap/add-font-awesome-icons-to-our-buttons.english.md
+++ b/curriculum/challenges/english/03-front-end-libraries/bootstrap/add-font-awesome-icons-to-our-buttons.english.md
@@ -116,7 +116,63 @@ tests:
## Solution
-```js
-// solution required
+```html
+
+
+
+
+
+
+
CatPhotoApp
+
+
+

+
+
+

+
+
+
+
+
+
+
+
+
+
+
+
Things cats love:
+
+ - cat nip
+ - laser pointers
+ - lasagna
+
+
Top 3 things cats hate:
+
+ - flea treatment
+ - thunder
+ - other cats
+
+
+
```
diff --git a/curriculum/challenges/english/03-front-end-libraries/bootstrap/add-id-attributes-to-bootstrap-elements.english.md b/curriculum/challenges/english/03-front-end-libraries/bootstrap/add-id-attributes-to-bootstrap-elements.english.md
index ce9fa0face..6c40072422 100644
--- a/curriculum/challenges/english/03-front-end-libraries/bootstrap/add-id-attributes-to-bootstrap-elements.english.md
+++ b/curriculum/challenges/english/03-front-end-libraries/bootstrap/add-id-attributes-to-bootstrap-elements.english.md
@@ -69,7 +69,25 @@ tests:
## Solution
-```js
-// solution required
+```html
+
```