From 6eacfe2256743fa9a9dd040c846dfb51ec300749 Mon Sep 17 00:00:00 2001 From: mikelind28 Date: Mon, 2 Sep 2024 15:14:26 -0500 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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 ```