diff --git a/.learn/resets/01-Hello-World/index.html b/.learn/resets/01-Hello-World/index.html
new file mode 100644
index 00000000..03ae0584
--- /dev/null
+++ b/.learn/resets/01-Hello-World/index.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/.learn/resets/01.1-The-Style-Tag/index.html b/.learn/resets/01.1-The-Style-Tag/index.html
new file mode 100644
index 00000000..1c51e8e0
--- /dev/null
+++ b/.learn/resets/01.1-The-Style-Tag/index.html
@@ -0,0 +1,6 @@
+
+
+ Coding is a basic literacy in the digital age, and it is important for kids to understand and be able to work with and understand the technology
+ around them. Having children learn coding at a young age prepares them for the future. Coding helps children with communication, creativity,
+ math,writing, and confidence.
+
diff --git a/.learn/resets/01.2-Your-First-Style/index.html b/.learn/resets/01.2-Your-First-Style/index.html
new file mode 100644
index 00000000..2dec7923
--- /dev/null
+++ b/.learn/resets/01.2-Your-First-Style/index.html
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+ Hello! I am an anchor in red, change my color to yellow
+
+
diff --git a/.learn/resets/01.3-Your-Second-Style/index.html b/.learn/resets/01.3-Your-Second-Style/index.html
new file mode 100644
index 00000000..998d973a
--- /dev/null
+++ b/.learn/resets/01.3-Your-Second-Style/index.html
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+ Hello! My background should be blue!
+
+
diff --git a/.learn/resets/02-Separate-Stylesheet/index.html b/.learn/resets/02-Separate-Stylesheet/index.html
new file mode 100644
index 00000000..a7be7a61
--- /dev/null
+++ b/.learn/resets/02-Separate-Stylesheet/index.html
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+ My background should be blue.
+
+
diff --git a/.learn/resets/02.1-Background/index.html b/.learn/resets/02.1-Background/index.html
new file mode 100644
index 00000000..ce03ce24
--- /dev/null
+++ b/.learn/resets/02.1-Background/index.html
@@ -0,0 +1,10 @@
+
+
+
+
+ 02 Background
+
+
+ My background should be an image with th size "contain"
+
+
diff --git a/.learn/resets/03-Inline-Styles/index.html b/.learn/resets/03-Inline-Styles/index.html
new file mode 100644
index 00000000..ab36cc54
--- /dev/null
+++ b/.learn/resets/03-Inline-Styles/index.html
@@ -0,0 +1,17 @@
+
+
+
+ 03 Inline Styles
+
+
+
+
+
+
diff --git a/.learn/resets/12-Relative-Length-EM-REM/index.html b/.learn/resets/12-Relative-Length-EM-REM/index.html
new file mode 100644
index 00000000..60a98594
--- /dev/null
+++ b/.learn/resets/12-Relative-Length-EM-REM/index.html
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+ 12 Relative Length EM REM
+
+
+
+
First h2 heading
+
First h3 heading
+
Here is some nice fake content
+
+
+
Second h2 heading
+
Second h3 heading
+
More fake content but now in the second container
+
+
+
diff --git a/.learn/resets/13-Anchor-Like-Button/index.html b/.learn/resets/13-Anchor-Like-Button/index.html
new file mode 100644
index 00000000..aaaa7740
--- /dev/null
+++ b/.learn/resets/13-Anchor-Like-Button/index.html
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+ 13 Anchor Like Button
+
+
+ Beautiful Button
+
+
diff --git a/exercises/01-Hello-World/index.html b/exercises/01-Hello-World/index.html
index 03ae0584..8e440192 100644
--- a/exercises/01-Hello-World/index.html
+++ b/exercises/01-Hello-World/index.html
@@ -1 +1,7 @@
-
\ No newline at end of file
+
+Click me to open google.com
diff --git a/exercises/01.1-The-Style-Tag/index.html b/exercises/01.1-The-Style-Tag/index.html
index 1c51e8e0..f02bc162 100644
--- a/exercises/01.1-The-Style-Tag/index.html
+++ b/exercises/01.1-The-Style-Tag/index.html
@@ -1,4 +1,8 @@
-
+
Coding is a basic literacy in the digital age, and it is important for kids to understand and be able to work with and understand the technology
around them. Having children learn coding at a young age prepares them for the future. Coding helps children with communication, creativity,
diff --git a/exercises/01.2-Your-First-Style/index.html b/exercises/01.2-Your-First-Style/index.html
index 2dec7923..3907bb3c 100644
--- a/exercises/01.2-Your-First-Style/index.html
+++ b/exercises/01.2-Your-First-Style/index.html
@@ -4,7 +4,7 @@
diff --git a/exercises/01.3-Your-Second-Style/index.html b/exercises/01.3-Your-Second-Style/index.html
index 998d973a..c7010cc0 100644
--- a/exercises/01.3-Your-Second-Style/index.html
+++ b/exercises/01.3-Your-Second-Style/index.html
@@ -2,7 +2,9 @@