diff --git a/Assignment 2/Assignment.txt b/Assignment 2/Assignment.txt
new file mode 100644
index 0000000..3395b7c
--- /dev/null
+++ b/Assignment 2/Assignment.txt
@@ -0,0 +1,32 @@
+NOTE: The below links correspond to specific headings in the MDN Web Doc "Introduction to HTML" page. Be sure to scroll down to the appropriate section.
+
+
+
+Problem #1. Do the activity on https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/Getting_started#active_learning_adding_some_features_to_an_html_document
+
+Links to an external site.
+
+Turn in your index.html file and the edits described in the link above (copied here):
+
+ Just below the opening tag of the
+
+Links to an external site. element, add a main title for the document. This should be wrapped inside an opening tag and
closing tag.
+Edit the paragraph content to include text about a topic that you find interesting.
+Make important words stand out in bold by wrapping them inside a opening tag and closing tag.
+Add a link to your paragraph, as explained earlier in the article
+Links to an external site..
+Add an image to your document. Place it below the paragraph, as explained earlier in the article
+
+ Links to an external site.. Earn bonus points if you manage to link to a different image (either locally on your computer, or somewhere else on the web).
+
+Stop at the section on Whitespace in HTML.
+
+Problem #2. Do the exercise in: https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/Document_and_website_structure#active_learning_create_your_own_sitemap
+
+Links to an external site.
+
+ Use your index.html website to do the above exercise. Generate some new "features" or content for your website.
+ Create a sitemap following the above exercise. You can hand draw this or use your preferred drawing software
+ Turn in your sitemap of your small webpage with a few different subpages -- Turn it in a PDF format.
+
+To submit the assignment in Canvas, bundle both your PDF sitemap and index.html as a zip file.
\ No newline at end of file
diff --git a/Assignment 2/MasterlockSitemap.pdf b/Assignment 2/MasterlockSitemap.pdf
new file mode 100644
index 0000000..f3f6a9f
Binary files /dev/null and b/Assignment 2/MasterlockSitemap.pdf differ
diff --git a/Assignment 2/index.html b/Assignment 2/index.html
new file mode 100644
index 0000000..8887fe1
--- /dev/null
+++ b/Assignment 2/index.html
@@ -0,0 +1,28 @@
+
+
+
+
+
+ My test page
+
+
+ Assignment 2: Testing your Understanding
+ It's really scary just how low quality locks the company Masterlock makes,
+ despite it being such a large company with products commonplace everywhere.
+ I have seen so many videos on just about every single lock they make having
+ unforgivable, easily fixable security flaws in them that it is truly frightening
+ to know that so many people buy their products. Anyone with simple tools and basic
+ knowledge of locks can open nearly any Masterlock product without a key.
+ That being said, though, Masterlock can make durable locks like any other
+ company, so the fact that forceful entry methods to bypass locks are much more common probably
+ tilts things in their favor. If you want to see a few examples of what I am talking about, you
+ can watch a video here on this topic.
+
+
+
+
+
+