Skip to main content

Helpful Links

Accessibility Changes

After running my webpages through WAVE, I made the following changes in order to have 0 errors:


HTML/CSS Validation & Metadata Changes

Before I added the metadata, I ran the HTML code through the W3C Markup Validator and fixed code that had unorganized lists nested within paragraphs because it repeatedly caused the error "No p element in scope but a p end tag seen." I then ran my CSS sheet through the validator and fixed an instance in which I had written "font-weight: none" rather than "font-weight: normal." Doing so led to my CSS sheet having no errors:

Valid CSS!

Currently, the only errors showing for my HTML webpage code are due to the metadata and my Creative Commons Licensing.


Cross-Browser Testing

Cross-browser tests did not go well for Firefox until I reduced the font-sizes for h1 and h2 text.