Skip to content

Repository files navigation

Lab 5

This Lab 5 implemented concepts of accessibility such as utilizing appropriate tags, modifying html to accomdate for screen readers, modifying tags to utilize the 'tab' keyboard accessibility tool, and others code cleanup to make files more aesthetic.

Testing

Besides checking the accessibility when inspecting my website, there are no tests

Accessibility Lab Answers

The dimensions of the website does not fit the page. There are no header tags, in place instead. No paragraph tags. Too many break tags around header tags, lessen white space. Wrapped the navigation bar with

tags instead of
tags.

For the most part, everything visually about the website is already good quality. A lot of the accessibility implementation focused on screen reader accessibility and correct tag usage.

Running

  1. To run website, click on the green button above labeled "Code" and copy the URL under HTTPS.

  2. Open GitBash and navigate to a repository/folder where you would like to hold this repository.

  3. Run the following command with the URL you copied.

$ git clone [URL]
  1. Open VScode (or other platform), Click on File -> Open Folder, and find the location of the copied repository and open it.
  2. Click on index.html in the 'assessment-files' folder, right-click on the same file and click "Show preview." This should open the website to the right. You can also copy the URL and paste it into your browser.

Sources

https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Accessibility/Multimedia

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages

Generated from shanep/web-dev-starter