https://github.com/wonjong2/week1_hw
https://github.com/wonjong2/week1_hw
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wonjong2/week1_hw
- Owner: wonjong2
- Created: 2022-02-16T23:59:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-23T03:41:13.000Z (over 4 years ago)
- Last Synced: 2025-02-26T17:36:21.481Z (over 1 year ago)
- Language: HTML
- Size: 46.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
## Description
To make this web site rank higher in search engines and let the people with disabilities can access easier to it, I did refactoring old code to meet the web accessibility standard without any changes in current look of the web site.
- Replaces 'div' tags with proper semantic tags like 'header', 'nav', 'footer', 'section' and 'aside' tags in both html and CSS files
- Adds 'main' tag which includes 'section' and 'aside' tags
- Adds 'alt' atttibute into img elements
- Changes title of this web site
- Changes the name of classes to consolidate the selectors
- Adds 'id' attribute into 'section' element to jump to 'Search Engine Optimization' content when user clicks 'Search Engine Optimization' item in top menu
## Web Site's URL
- [Web Site : Services provided by Horiseon](https://wonjong2.github.io/Week1_HW/)
## Git Hub URL for this Web Site
- [Git Hub](https://github.com/wonjong2/Week1_HW)