diff --git a/docs/data/my_lists.html b/docs/data/my_lists.html
new file mode 100644
index 0000000..95a39eb
--- /dev/null
+++ b/docs/data/my_lists.html
@@ -0,0 +1,28 @@
+
+
+
+
+ HTML List Parsing Exercise
+
+
+
+ HTML List Parsing Exercise
+
+ This is an HTML page.
+
+ Favorite Ice cream Flavors
+
+ - Vanilla Bean
+ - Chocolate
+ - Strawberry
+
+
+ Skills
+
+ - HTML
+ - CSS
+ - JavaScript
+ - Python
+
+
+
diff --git a/docs/data/my_tables.html b/docs/data/my_tables.html
new file mode 100644
index 0000000..3e00c27
--- /dev/null
+++ b/docs/data/my_tables.html
@@ -0,0 +1,37 @@
+
+
+
+
+ HTML Table Parsing Exercise
+
+
+ HTML Table Parsing Exercise
+
+ This is an HTML page.
+
+ Products
+
+
+
+ Id |
+ Name |
+ Price |
+
+
+ 1 |
+ Chocolate Sandwich Cookies |
+ 3.50 |
+
+
+ 2 |
+ All-Seasons Salt |
+ 4.99 |
+
+
+ 3 |
+ Robust Golden Unsweetened Oolong Tea |
+ 2.49 |
+
+
+
+