Benjamin Bistline

 

Validation:

  1. Found several empty <div> tags, which I removed.
  2. Found several images without ALT tags, which I added.
  3. Did not find any broken links.
  4. Did not find any untitled pages.
  5. Did not find any unecessary repeated tags

 

Accessibility:

  1. 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.
  2. 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.
  3. 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.