Chapter 2: Testing, Accessibility, Compliance, and Validation
In This Chapter
Checking your code for errors
Testing on different platforms and browsers
Fixing common code errors
Checking HTML syntax
Making pages CSS, HTML, and 508 accessibility compliant
Fixing noncompliant code issues
Congratulations on making it this far! You’re almost to the finish line, and you have only a few more things to do before you can publish your site for all to see. At this stage, it’s time to put all the pages on your site through a rigorous review to catch potential problems like spelling errors, code issues, broken links, and missing accessibility code attributes such as alt
text attributes for images and title
attributes for hyperlinks.
This chapter focuses on providing you with helpful tips and ...