Accessible HTML Content in Brightspace

Creating course content using the HTML Editor in Brightspace opens a whole realm of possibility. Luckily, Brightspace makes this easy by providing built-in templates under Create a File > Select a Document Template.

Brightspace Create a File page with Select a Document Template menu open

All activities, such as Assignments, Quizzes and Discussions are also HTML enabled.

It’s important to always write HTML code with accessibility in mind! You want to provide your students a good way to navigate and interact with your course. Make your HTML code as semantic as possible. For some suggestions and examples on writing semantic HTML, check out the HTML Accessibility guide by W3Schools.

Brightspace also offers its own tools for easily creating semantic HTML in its HTML Editor, as introduced in the video below. For additional tips on how to use the Brightspace Accessibility Checker, read Improve Your Course with the Accessibility Checker underneath the video.

Improve Your Course with Brightspace Accessibility Checker

Adapted from content originally published by Lihua First, D2L Courseware Developer

Baked in Brightspace HTML Editor, the Accessibility Checker makes it easier than ever to improve the accessibility of your content pages. Here are seven simple tips to build more accessible content topics with the help of Accessibility Checker.

1. Run the Brightspace Accessibility Checker

The Accessibility Checker is available within the HTML Editor when you create or edit HTML content pages. It is located right beside the Spellcheck button. You can select “Check Accessibility” anytime while editing your content.

brightspace accessibility checker icon

The Accessibility Checker will catch common accessible issues on static HTML content and offer suggestions to help you fix the issues on the spot. Please note, the Accessibility Checker does not replace real-user testing especially when you have interactive activities that are imported into the course. Real-user testing is still needed for keyboard-only navigation and screen reader testing.

2. Add Proper Image Alternative text

3. Use Color Contrast Checker

4. Use Headings Correctly

5. Use Lists Appropriately

6. Create Descriptive Hyperlink Text

7. Markup Tables Appropriately