Mistake: Jargon, technical language, and long sentences make content difficult to understand.
Solution: Write in plain language with short sentences, clear headings, and bulleted lists. Define any technical terms and avoid acronyms without explanations. As with many of these tips, this is good practice for your general content.
While the utilisation of grandiloquent vocabulary may project intellectual sophistication, it frequently engenders obfuscation and inhibits comprehension. Conversely, the judicious employment of linguistic simplicity serves to optimise cognitive accessibility and facilitate effective transmission of information…
Or simply put, using big words might sound clever, but it often just confuses people. Keeping things simple, keeps things accessible for all.
Skipping or Misusing Headings
Mistake: Skipping heading levels or using them out of order disrupts page navigation for screen reader users.
Solution: Use headings logically and hierarchically.
- <H1> for main titles – There should only be one on a page (this blog for example, Digital Accessibility: Best Practices is the H1)
- <H2> for sections – (Common Digital Accessibility Mistakes to Avoid and How to Fix Them)
- <H3> for subsections – (Skipping or Misusing Headings)
This helps users skim content easily as well as allowing screen readers to use the headings to jump directly to different sections of the page.

Unclear or Missing Form Labels
Mistake: Forms without labels make it difficult for users relying on screen readers to understand what’s required.
Solution: Use descriptive labels with the <label> tag (in the HTML editor) to clearly identify form fields. This means actually adding the label in your website’s code – not just using placeholder text inside the box. Placeholders disappear as soon as someone starts typing, which can be confusing, especially for disabled people.
Inaccessible Pop-Ups and Dialog Boxes
Mistake: Pop-ups that trap users or lack an easy exit can be frustrating and disorienting.
Solution: Ensure pop-ups have a clear close button and can be dismissed using the “Esc” key.
Failing to Test for Accessibility
Mistake: Not testing for accessibility means potential barriers go unnoticed.
Solution: Regularly test using automated tools (like WebAIM’s WAVE or Google Lighthouse), manual testing (e.g., navigating via keyboard and screen readers), and real user feedback from individuals with disabilities.
What is Digital Accessibility Testing?
Digital accessibility testing involves checking your website or app for barriers that might prevent people with disabilities from using it. This can include:
- Automated testing tools (like WAVE and Google Lighthouse).
- Manual testing (navigating the site using only a keyboard or screen reader).
- User testing with people who have disabilities.
Testing regularly helps catch issues early and keeps your digital platforms inclusive.
Let’s Make Digital Spaces More Inclusive!
Making your website and digital content accessible isn’t just about following rules – it’s about making sure everyone can participate, engage, and belong. By following these best practices, you’ll create a more inclusive and user-friendly experience for all students.
Quick Recap:
- Add alt text to images.
- Ensure good colour contrast.
- Make keyboard navigation smooth.
- Use proper headings and HTML.
- Caption your videos.
- Write in plain language.
- Label forms clearly.
- Make pop-ups accessible.
- Test, test, test!
A more accessible web benefits everyone, so let’s make digital experiences open to all!
MSL websites are built with accessibility in mind – designed to meet WCAG standards and help every student engage with your content easily and confidently.
* Higher Education Student Statistics: UK, 2023/24 - Student numbers and characteristics
** W3C image decision tree
*** Colour contrast checker