What Needed to be Fixed?

There were minor errors on my page, so I had to correct them. There are a few website you can use to check your website for errors from HTML/CSS issues. All errors can usually be fixed simply by playing close attention to your code!

Markup Validation Service

  1. In the HTML, I did not specify the Doctype, so I classified it as an html type.

W3C CSS Validation Services

  1. In mod5-5, there was an unused and useless id, so I took it out. It probably had an anticipated use at one point, but then didn't and I forgot to take it out of the CSS.

Wave

  1. There are two adjacent links, so I deleted one.
  2. Links were being told they had no text when they did. In the HTML there was an extra slash that didn't need to be there.
  3. Some links were not closed where they needed to be.
  4. Minor spelling mistakes.

Other Changes

  1. Started integrating percentages in the CSS instead of using px.