diff --git a/README.md b/README.md index 75662e0..0905e6c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ # module-01-challenge -HTML and CSS code for the Module 1 Challenge. + +## Description + +For this Coding Bootcamp challenge, we had to edit existing HTML and CSS code in order to make it more accessible. This included adding semantic HTML tags, alt text for images, and consolidating the CSS selectors. Semantic HTML tags add meaning to the HTML tags, so that developers or people using screen readers can understand the structure of the webpage. Consolidated CSS improves readability for developers and functionality for users. + +I learned a few new HTML tags, such as ```