-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ba53e78
commit 6eacfe2
Showing
1 changed file
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 ```<nav>``` and ```<aside>```. I also learned how much you can clean up a CSS file by using HTML tags as selectors, rather than using many individual classes and IDs. | ||
|
||
## Usage | ||
|
||
Use the Chrome developer tool to see the HTML and CSS, including my comments. | ||
|
||
## Credits | ||
|
||
The source code came from the EdX / University of Minnesota coding bootcamp course. I edited the code for the assignment. |