Benjamin Bistline
Validation:
- Found several empty <div> tags, which I removed.
- Found several images without ALT tags, which I added.
- Did not find any broken links.
- Did not find any untitled pages.
- Did not find any unecessary repeated tags
Accessibility:
- Suggested that to not use CSS exclusivly on my site. I chose to ignore this
warning because my intended audience has newer browsers that support CSS.
- Suggested longer ALT tag names. I decided to do this on some images and
on my nav bar. I left the pictures page as it was.
- Warned me in some use of Javascript I had. As stated above, the intended
audience has browsers that can handle these newer features.
I ended up using find and replace in the source code for the many empty <div>
tags I had. I replaced them with nothing to solve the problem.