# Assessing your site for Accessibility A little while back I started [a series around assessing your own site](/blog/site-assessments/), geared towards site owners, especially those that may not be as deeply technical and yet still want to make sure they are building a quality experience. I hesitated to write this **specific** post, focusing on the accessibility of your site, because it is an exceedingly difficult topic. Accessibility covers many distinct aspects of the web experience and there is no fully automated way to ensure you are doing it correctly. Having said that, I'm going to run through the four fundamental areas I would look at when assessing a site. This represents the minimum level of accessibility testing I expect on any web project, even if you are a small site or new at doing development. For a true assessment of your site's accessibility, especially if you are a large company or your site is complex, you should have expert help to ensure you have created a compliant and usable experience for all your visitors. ## First, the fundamentals This has come up when we talked about SEO as well, and I'll mention it again when we cover performance; [your site should be constructed using valid HTML](/blog/assessing-your-site-for-seo/#valid-html). You can [test your pages using a validator service](https://validator.w3.org/), but what a validator will **not** test is if you are using the "right" HTML. What this means is that you should be using HTML elements correctly. Your headings should be using `

`, `

`, etc., your links should be `` tags with `href` attributes, [if you have a button it should be a `