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

+
    +
  1. Vanilla Bean
  2. +
  3. Chocolate
  4. +
  5. Strawberry
  6. +
+ +

Skills

+ + + 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

+ + + + + + + + + + + + + + + + + + + + + + +
IdNamePrice
1Chocolate Sandwich Cookies3.50
2All-Seasons Salt4.99
3Robust Golden Unsweetened Oolong Tea2.49
+ +