Centre for Innovation in Teaching & Learning
Organize your content with a structure that both visual readers and assistive technologies can understand. Use semantically designated headings, meaningful titles, and properly formatted lists to create clear pathways through your material.
Semantic Designation: Assigning meaning and structure to content using the appropriate heading tags or styles.
Purpose: Makes content visually organized and ensures that assistive technologies, such as screen readers, can interpret the structure correctly.
Example: Use proper heading tags (e.g., <h1>, <h2>, <h3> in HTML) or Word’s (or with Moodle's text editor) built-in heading styles, instead of just making text bold or larger.
Benefit: Helps screen readers and other accessibility tools recognize the hierarchy of content, enabling efficient navigation and better comprehension for all users.



Format lists using the list tools provided in your editor—ordered (numbered) or unordered (bulleted)—instead of manually typing dashes, asterisks, or numbers. Correct list markup ensures that screen readers announce items as part of a group, helping users understand how the information is related.
Lists are particularly useful for steps, navigation items, grouped concepts, and any content that benefits from a clear, structured presentation.