{"id":169,"date":"2026-02-28T17:34:14","date_gmt":"2026-02-28T17:34:14","guid":{"rendered":"https:\/\/pressbooks.hcfl.edu\/hccdigitalaccessibility\/chapter\/use-heading-styles-in-canvas-accessibility-checker\/"},"modified":"2026-04-15T16:59:25","modified_gmt":"2026-04-15T16:59:25","slug":"use-heading-styles-in-canvas-accessibility-checker","status":"publish","type":"chapter","link":"https:\/\/pressbooks.hcfl.edu\/digitalaccessibility\/chapter\/use-heading-styles-in-canvas-accessibility-checker\/","title":{"raw":"Use Heading Styles in Canvas &amp; Accessibility Checker","rendered":"Use Heading Styles in Canvas &amp; Accessibility Checker"},"content":{"raw":"<h2>Using Heading Styles and the Accessibility Checker in Canvas<\/h2>\r\nHeadings help students using screen readers navigate content efficiently and understand how information is organized. In Canvas, headings should be applied using heading tags in the Rich Content Editor rather than created by making text larger or bold. Heading levels should follow a logical order, and levels should not be skipped.\r\n<div class=\"textbox textbox--tip\"><header class=\"textbox__header\">\r\n<h3 class=\"textbox__title\">Tip<\/h3>\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nIn Canvas, the page title is usually assigned as <strong>Heading 1<\/strong> automatically. Start your content headings with <strong>Heading 2<\/strong>.\r\n\r\n<\/div>\r\n<\/div>\r\n<div class=\"textbox textbox--learning-objectives\"><header class=\"textbox__header\">\r\n<h3 class=\"textbox__title\">Learning Objectives<\/h3>\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nBy the end of this tutorial, you should be able to:\r\n<ul>\r\n \t<li>Explain why heading structure matters for accessibility.<\/li>\r\n \t<li>Apply heading tags correctly in the Canvas Rich Content Editor.<\/li>\r\n \t<li>Avoid skipping heading levels in page content.<\/li>\r\n \t<li>Use the Accessibility Checker to identify and fix common accessibility issues.<\/li>\r\n<\/ul>\r\n<\/div>\r\n<\/div>\r\n<h3>Chapter Overview<\/h3>\r\nThis tutorial explains how to apply heading styles in Canvas and how to use the Accessibility Checker in the Rich Content Editor to identify and fix common accessibility issues such as skipped heading levels, missing alt text, list problems, and low color contrast.\r\n<div style=\"max-width: 640px; margin: 0 auto;\"><\/div>\r\nhttps:\/\/youtu.be\/IAD8szk-jTk\r\n\r\n[h5p id=\"40\"]\r\n<h3>Why Heading Structure Matters<\/h3>\r\nHeadings allow students using screen readers to move through content efficiently. They also help all readers understand the structure of a page. Headings should follow a nested order:\r\n<ul>\r\n \t<li><strong>Heading 1 (H1):<\/strong> Page or document title<\/li>\r\n \t<li><strong>Heading 2 (H2):<\/strong> Major sections<\/li>\r\n \t<li><strong>Heading 3 (H3):<\/strong> Subsections within an H2 section<\/li>\r\n \t<li><strong>Heading 4 (H4):<\/strong> Subsections within an H3 section<\/li>\r\n<\/ul>\r\n<strong>Do not skip heading levels.<\/strong> For example, an H2 should not be followed directly by an H4.\r\n<h3>How to Add Heading Tags<\/h3>\r\nIn most Canvas content types, including pages, assignments, and discussions, the page title is automatically tagged as <strong>Heading 1<\/strong>. That means the first major section heading should usually be <strong>Heading 2<\/strong>.\r\n<ol>\r\n \t<li><strong>Open the editor.<\/strong> Navigate to the page, assignment, or discussion and select <strong>Edit<\/strong>.<\/li>\r\n \t<li><strong>Select the text.<\/strong> Highlight the text you want to tag as a heading.<\/li>\r\n \t<li><strong>Choose the heading level.<\/strong> Open the <strong>Style<\/strong> menu and select the appropriate heading level.\r\n<figure><img src=\"http:\/\/pressbooks.hcfl.edu\/hccdigitalaccessibility\/wp-content\/uploads\/sites\/61\/2026\/02\/image1-3.png\" alt=\"Canvas editor showing the Style menu with heading options.\" \/><figcaption>The Style menu in Canvas allows you to apply heading levels. <em>Note. Screenshot by author from the Canvas Rich Content Editor.<\/em><\/figcaption><\/figure>\r\n<\/li>\r\n \t<li><strong>Check the heading level.<\/strong> When your cursor is in the heading text, Canvas displays the level (such as <strong>h2<\/strong>).<\/li>\r\n<\/ol>\r\n<div class=\"textbox textbox--accessibility\"><header class=\"textbox__header\">\r\n<h3 class=\"textbox__title\">Accessibility Check<\/h3>\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nMaking text larger or bold does not create a heading. You must apply the heading level using the Style menu.\r\n\r\n<\/div>\r\n<\/div>\r\n<h3>Formatting Is Not the Same as Structure<\/h3>\r\n<ul>\r\n \t<li>You cannot create a heading by only making text larger or bold.<\/li>\r\n \t<li>Do not use heading styles just to change appearance.<\/li>\r\n \t<li>After applying a heading tag, you may adjust formatting if needed.<\/li>\r\n<\/ul>\r\n<h3>Using the Accessibility Checker<\/h3>\r\nThe Accessibility Checker in the Canvas Rich Content Editor helps detect common accessibility errors. It evaluates only content within the editor, so additional tools may be needed for files and external resources.\r\n\r\nThe checker can identify issues such as:\r\n<ul>\r\n \t<li>Adjacent links that should be combined<\/li>\r\n \t<li>Headings that are too long<\/li>\r\n \t<li>Missing image alt text<\/li>\r\n \t<li>Alt text that uses a file name<\/li>\r\n \t<li>Alt text that is too long<\/li>\r\n \t<li>Insufficient contrast<\/li>\r\n \t<li>Lists not formatted correctly<\/li>\r\n \t<li>Skipped heading levels<\/li>\r\n \t<li>Missing table captions or headers<\/li>\r\n<\/ul>\r\n<h3>Checking Heading Issues<\/h3>\r\n<ol>\r\n \t<li><strong>Open the Accessibility Checker.<\/strong> Select the <strong>Accessibility Checker<\/strong> icon in the lower-right corner.\r\n<figure><img src=\"http:\/\/pressbooks.hcfl.edu\/hccdigitalaccessibility\/wp-content\/uploads\/sites\/61\/2026\/02\/image3-2.png\" alt=\"Canvas Accessibility Checker icon in the editor.\" \/><figcaption>The Accessibility Checker icon opens accessibility review tools in the Rich Content Editor. <em>Note. Screenshot by author from the Canvas Rich Content Editor.<\/em><\/figcaption><\/figure>\r\n<\/li>\r\n \t<li><strong>Review issues.<\/strong> Select <strong>Next<\/strong> to move through issues until heading problems appear.\r\n<figure><img src=\"http:\/\/pressbooks.hcfl.edu\/hccdigitalaccessibility\/wp-content\/uploads\/sites\/61\/2026\/02\/image2-3.png\" alt=\"Accessibility Checker highlighting skipped heading levels.\" \/><figcaption>The checker flags skipped heading levels and suggests fixes. <em>Note. Screenshot by author from the Canvas Accessibility Checker.<\/em><\/figcaption><\/figure>\r\n<\/li>\r\n<\/ol>\r\nIf a Heading 3 is skipped between Heading 2 and Heading 4, Canvas will flag the issue.\r\n<h3>Viewing Issues in the Sidebar<\/h3>\r\n<figure><img src=\"http:\/\/pressbooks.hcfl.edu\/hccdigitalaccessibility\/wp-content\/uploads\/sites\/61\/2026\/02\/image4-2.png\" alt=\"Accessibility Checker sidebar showing issue explanation.\" \/><figcaption>The sidebar explains issues and highlights affected content. <em>Note. Screenshot by author from the Canvas Accessibility Checker.<\/em><\/figcaption><\/figure>\r\n<h3>Reviewing Additional Issues<\/h3>\r\n<figure><img src=\"http:\/\/pressbooks.hcfl.edu\/hccdigitalaccessibility\/wp-content\/uploads\/sites\/61\/2026\/02\/image5-2.png\" alt=\"Accessibility Checker navigation buttons for multiple issues.\" \/><figcaption>Use Previous and Next to review multiple issues. <em>Note. Screenshot by author from the Canvas Accessibility Checker.<\/em><\/figcaption><\/figure>\r\n<h3>Applying a Fix<\/h3>\r\nWhen an issue is identified, follow the recommended fix in the sidebar.\r\n<figure><img src=\"http:\/\/pressbooks.hcfl.edu\/hccdigitalaccessibility\/wp-content\/uploads\/sites\/61\/2026\/02\/image6.png\" alt=\"Accessibility Checker showing controls to fix an issue.\" \/><figcaption>Use the sidebar controls and select Apply to fix issues. <em>Note. Screenshot by author from the Canvas Accessibility Checker.<\/em><\/figcaption><\/figure>\r\nAfter applying a fix, Canvas moves to the next issue.\r\n<h3>Confirming the Fix<\/h3>\r\n<figure><img src=\"http:\/\/pressbooks.hcfl.edu\/hccdigitalaccessibility\/wp-content\/uploads\/sites\/61\/2026\/02\/image7.png\" alt=\"Accessibility Checker showing no issues remaining.\" \/><figcaption>The checker confirms when all issues are resolved. <em>Note. Screenshot by author from the Canvas Accessibility Checker.<\/em><\/figcaption><\/figure>\r\n<div class=\"textbox textbox--warning\"><header class=\"textbox__header\">\r\n<h3 class=\"textbox__title\">Instructor Note<\/h3>\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nThe Accessibility Checker is helpful during content creation, but it does not replace a full review of files, links, and multimedia.\r\n\r\n<\/div>\r\n<\/div>\r\n<div class=\"textbox textbox--summary\"><header class=\"textbox__header\">\r\n<h3 class=\"textbox__title\">Chapter Summary<\/h3>\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nUsing heading styles correctly helps organize Canvas content and supports screen reader navigation. The Accessibility Checker helps identify and correct issues such as skipped headings, missing alt text, and contrast problems before publishing.\r\n\r\n<\/div>\r\n<\/div>\r\n<div class=\"textbox textbox--key-takeaways\"><header class=\"textbox__header\">\r\n<h3 class=\"textbox__title\">Key Takeaways<\/h3>\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n<ul>\r\n \t<li>Canvas page titles are usually Heading 1 by default.<\/li>\r\n \t<li>Main sections should begin with Heading 2.<\/li>\r\n \t<li>Do not skip heading levels.<\/li>\r\n \t<li>Formatting alone does not create structure.<\/li>\r\n \t<li>The Accessibility Checker helps identify issues in the editor.<\/li>\r\n<\/ul>\r\n<\/div>\r\n<\/div>\r\n<div class=\"textbox textbox--exercises\"><header class=\"textbox__header\">\r\n<h3 class=\"textbox__title\">Practice Activity<\/h3>\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nOpen a Canvas page or assignment in Edit mode. Apply heading tags to at least three sections using the Style menu. Then run the Accessibility Checker and correct any issues.\r\n\r\n<\/div>\r\n<\/div>\r\n<div class=\"textbox textbox--exercises\"><header class=\"textbox__header\">\r\n<h3 class=\"textbox__title\">Further Reading<\/h3>\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n<ul>\r\n \t<li><a href=\"https:\/\/support.emerson.edu\/hc\/en-us\/articles\/205015539-Creating-Accessible-Canvas-Content\">Creating Accessible Canvas Content \u2013 Emerson College<\/a><\/li>\r\n<\/ul>\r\n<\/div>\r\n<\/div>\r\n<div class=\"textbox\">\r\n<h3>Licenses and Attribution<\/h3>\r\n<h4>CC Licensed Content, Original<\/h4>\r\nThis educational material includes AI-generated content from ChatGPT by OpenAI. The original content created by Josh Hill, Neida Abraham, and Emiliana Olavarrieta from Hillsborough\u00a0 College is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License (<a href=\"https:\/\/creativecommons.org\/licenses\/by-nc\/4.0\/deed.en\" rel=\"noreferrer noopener\">CC BY-NC 4.0<\/a>).\r\n\r\nAll images in this textbook generated with DALL\u00b7E are licensed under the terms provided by OpenAI, allowing their use, modification, and distribution with appropriate attribution.\r\n\r\nThis chapter was created for an OER textbook and, unless otherwise noted, the original instructional text, screenshots created by the author, and original instructional materials in this chapter are included under the same license as the book.\r\n<h4>Third-Party Platforms and Interfaces<\/h4>\r\nThis chapter includes screenshots of third-party software and web interfaces, including Canvas, for purposes of instruction, commentary, and accessibility training. These screenshots are used to document a workflow and remain subject to the terms, policies, and rights associated with the respective platforms.\r\n<h4>Standards and Guidance<\/h4>\r\nThis chapter discusses heading structure and accessibility review practices in Canvas and refers readers to official Canvas guidance and higher education accessibility support materials.\r\n<h4>References<\/h4>\r\n<ul>\r\n \t<li>Emerson College Technology &amp; Media. (n.d.). <a href=\"https:\/\/support.emerson.edu\/hc\/en-us\/articles\/205015539-Creating-Accessible-Canvas-Content\">Creating accessible Canvas content<\/a>.<\/li>\r\n \t<li>Instructure Community. (n.d.). <a href=\"https:\/\/community.canvaslms.com\/t5\/Instructor-Guide\/How-do-I-use-the-Accessibility-Checker-in-the-Rich-Content\/ta-p\/820\">How do I use the Accessibility Checker in the Rich Content Editor as an instructor?<\/a><\/li>\r\n<\/ul>\r\n<h4>Other Licensed Content<\/h4>\r\n<strong>Headings in Canvas | Making Content Actually Accessible<\/strong>\r\nAngie Teaches Canvas\r\nLicense: Standard YouTube License.\r\n\r\n<\/div>","rendered":"<h2>Using Heading Styles and the Accessibility Checker in Canvas<\/h2>\n<p>Headings help students using screen readers navigate content efficiently and understand how information is organized. In Canvas, headings should be applied using heading tags in the Rich Content Editor rather than created by making text larger or bold. Heading levels should follow a logical order, and levels should not be skipped.<\/p>\n<div class=\"textbox textbox--tip\">\n<header class=\"textbox__header\">\n<h3 class=\"textbox__title\">Tip<\/h3>\n<\/header>\n<div class=\"textbox__content\">\n<p>In Canvas, the page title is usually assigned as <strong>Heading 1<\/strong> automatically. Start your content headings with <strong>Heading 2<\/strong>.<\/p>\n<\/div>\n<\/div>\n<div class=\"textbox textbox--learning-objectives\">\n<header class=\"textbox__header\">\n<h3 class=\"textbox__title\">Learning Objectives<\/h3>\n<\/header>\n<div class=\"textbox__content\">\n<p>By the end of this tutorial, you should be able to:<\/p>\n<ul>\n<li>Explain why heading structure matters for accessibility.<\/li>\n<li>Apply heading tags correctly in the Canvas Rich Content Editor.<\/li>\n<li>Avoid skipping heading levels in page content.<\/li>\n<li>Use the Accessibility Checker to identify and fix common accessibility issues.<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<h3>Chapter Overview<\/h3>\n<p>This tutorial explains how to apply heading styles in Canvas and how to use the Accessibility Checker in the Rich Content Editor to identify and fix common accessibility issues such as skipped heading levels, missing alt text, list problems, and low color contrast.<\/p>\n<div style=\"max-width: 640px; margin: 0 auto;\"><\/div>\n<p><iframe loading=\"lazy\" id=\"oembed-1\" title=\"Headings in Canvas | Making Content Actually Accessible\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/IAD8szk-jTk?feature=oembed&#38;rel=0\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><\/iframe><\/p>\n<div id=\"h5p-40\">\n<div class=\"h5p-iframe-wrapper\"><iframe id=\"h5p-iframe-40\" class=\"h5p-iframe\" data-content-id=\"40\" style=\"height:1px\" src=\"about:blank\" frameBorder=\"0\" scrolling=\"no\" title=\"Headings\"><\/iframe><\/div>\n<\/div>\n<h3>Why Heading Structure Matters<\/h3>\n<p>Headings allow students using screen readers to move through content efficiently. They also help all readers understand the structure of a page. Headings should follow a nested order:<\/p>\n<ul>\n<li><strong>Heading 1 (H1):<\/strong> Page or document title<\/li>\n<li><strong>Heading 2 (H2):<\/strong> Major sections<\/li>\n<li><strong>Heading 3 (H3):<\/strong> Subsections within an H2 section<\/li>\n<li><strong>Heading 4 (H4):<\/strong> Subsections within an H3 section<\/li>\n<\/ul>\n<p><strong>Do not skip heading levels.<\/strong> For example, an H2 should not be followed directly by an H4.<\/p>\n<h3>How to Add Heading Tags<\/h3>\n<p>In most Canvas content types, including pages, assignments, and discussions, the page title is automatically tagged as <strong>Heading 1<\/strong>. That means the first major section heading should usually be <strong>Heading 2<\/strong>.<\/p>\n<ol>\n<li><strong>Open the editor.<\/strong> Navigate to the page, assignment, or discussion and select <strong>Edit<\/strong>.<\/li>\n<li><strong>Select the text.<\/strong> Highlight the text you want to tag as a heading.<\/li>\n<li><strong>Choose the heading level.<\/strong> Open the <strong>Style<\/strong> menu and select the appropriate heading level.<br \/>\n<figure><img decoding=\"async\" src=\"http:\/\/pressbooks.hcfl.edu\/hccdigitalaccessibility\/wp-content\/uploads\/sites\/61\/2026\/02\/image1-3.png\" alt=\"Canvas editor showing the Style menu with heading options.\" \/><figcaption>The Style menu in Canvas allows you to apply heading levels. <em>Note. Screenshot by author from the Canvas Rich Content Editor.<\/em><\/figcaption><\/figure>\n<\/li>\n<li><strong>Check the heading level.<\/strong> When your cursor is in the heading text, Canvas displays the level (such as <strong>h2<\/strong>).<\/li>\n<\/ol>\n<div class=\"textbox textbox--accessibility\">\n<header class=\"textbox__header\">\n<h3 class=\"textbox__title\">Accessibility Check<\/h3>\n<\/header>\n<div class=\"textbox__content\">\n<p>Making text larger or bold does not create a heading. You must apply the heading level using the Style menu.<\/p>\n<\/div>\n<\/div>\n<h3>Formatting Is Not the Same as Structure<\/h3>\n<ul>\n<li>You cannot create a heading by only making text larger or bold.<\/li>\n<li>Do not use heading styles just to change appearance.<\/li>\n<li>After applying a heading tag, you may adjust formatting if needed.<\/li>\n<\/ul>\n<h3>Using the Accessibility Checker<\/h3>\n<p>The Accessibility Checker in the Canvas Rich Content Editor helps detect common accessibility errors. It evaluates only content within the editor, so additional tools may be needed for files and external resources.<\/p>\n<p>The checker can identify issues such as:<\/p>\n<ul>\n<li>Adjacent links that should be combined<\/li>\n<li>Headings that are too long<\/li>\n<li>Missing image alt text<\/li>\n<li>Alt text that uses a file name<\/li>\n<li>Alt text that is too long<\/li>\n<li>Insufficient contrast<\/li>\n<li>Lists not formatted correctly<\/li>\n<li>Skipped heading levels<\/li>\n<li>Missing table captions or headers<\/li>\n<\/ul>\n<h3>Checking Heading Issues<\/h3>\n<ol>\n<li><strong>Open the Accessibility Checker.<\/strong> Select the <strong>Accessibility Checker<\/strong> icon in the lower-right corner.<br \/>\n<figure><img decoding=\"async\" src=\"http:\/\/pressbooks.hcfl.edu\/hccdigitalaccessibility\/wp-content\/uploads\/sites\/61\/2026\/02\/image3-2.png\" alt=\"Canvas Accessibility Checker icon in the editor.\" \/><figcaption>The Accessibility Checker icon opens accessibility review tools in the Rich Content Editor. <em>Note. Screenshot by author from the Canvas Rich Content Editor.<\/em><\/figcaption><\/figure>\n<\/li>\n<li><strong>Review issues.<\/strong> Select <strong>Next<\/strong> to move through issues until heading problems appear.<br \/>\n<figure><img decoding=\"async\" src=\"http:\/\/pressbooks.hcfl.edu\/hccdigitalaccessibility\/wp-content\/uploads\/sites\/61\/2026\/02\/image2-3.png\" alt=\"Accessibility Checker highlighting skipped heading levels.\" \/><figcaption>The checker flags skipped heading levels and suggests fixes. <em>Note. Screenshot by author from the Canvas Accessibility Checker.<\/em><\/figcaption><\/figure>\n<\/li>\n<\/ol>\n<p>If a Heading 3 is skipped between Heading 2 and Heading 4, Canvas will flag the issue.<\/p>\n<h3>Viewing Issues in the Sidebar<\/h3>\n<figure><img decoding=\"async\" src=\"http:\/\/pressbooks.hcfl.edu\/hccdigitalaccessibility\/wp-content\/uploads\/sites\/61\/2026\/02\/image4-2.png\" alt=\"Accessibility Checker sidebar showing issue explanation.\" \/><figcaption>The sidebar explains issues and highlights affected content. <em>Note. Screenshot by author from the Canvas Accessibility Checker.<\/em><\/figcaption><\/figure>\n<h3>Reviewing Additional Issues<\/h3>\n<figure><img decoding=\"async\" src=\"http:\/\/pressbooks.hcfl.edu\/hccdigitalaccessibility\/wp-content\/uploads\/sites\/61\/2026\/02\/image5-2.png\" alt=\"Accessibility Checker navigation buttons for multiple issues.\" \/><figcaption>Use Previous and Next to review multiple issues. <em>Note. Screenshot by author from the Canvas Accessibility Checker.<\/em><\/figcaption><\/figure>\n<h3>Applying a Fix<\/h3>\n<p>When an issue is identified, follow the recommended fix in the sidebar.<\/p>\n<figure><img decoding=\"async\" src=\"http:\/\/pressbooks.hcfl.edu\/hccdigitalaccessibility\/wp-content\/uploads\/sites\/61\/2026\/02\/image6.png\" alt=\"Accessibility Checker showing controls to fix an issue.\" \/><figcaption>Use the sidebar controls and select Apply to fix issues. <em>Note. Screenshot by author from the Canvas Accessibility Checker.<\/em><\/figcaption><\/figure>\n<p>After applying a fix, Canvas moves to the next issue.<\/p>\n<h3>Confirming the Fix<\/h3>\n<figure><img decoding=\"async\" src=\"http:\/\/pressbooks.hcfl.edu\/hccdigitalaccessibility\/wp-content\/uploads\/sites\/61\/2026\/02\/image7.png\" alt=\"Accessibility Checker showing no issues remaining.\" \/><figcaption>The checker confirms when all issues are resolved. <em>Note. Screenshot by author from the Canvas Accessibility Checker.<\/em><\/figcaption><\/figure>\n<div class=\"textbox textbox--warning\">\n<header class=\"textbox__header\">\n<h3 class=\"textbox__title\">Instructor Note<\/h3>\n<\/header>\n<div class=\"textbox__content\">\n<p>The Accessibility Checker is helpful during content creation, but it does not replace a full review of files, links, and multimedia.<\/p>\n<\/div>\n<\/div>\n<div class=\"textbox textbox--summary\">\n<header class=\"textbox__header\">\n<h3 class=\"textbox__title\">Chapter Summary<\/h3>\n<\/header>\n<div class=\"textbox__content\">\n<p>Using heading styles correctly helps organize Canvas content and supports screen reader navigation. The Accessibility Checker helps identify and correct issues such as skipped headings, missing alt text, and contrast problems before publishing.<\/p>\n<\/div>\n<\/div>\n<div class=\"textbox textbox--key-takeaways\">\n<header class=\"textbox__header\">\n<h3 class=\"textbox__title\">Key Takeaways<\/h3>\n<\/header>\n<div class=\"textbox__content\">\n<ul>\n<li>Canvas page titles are usually Heading 1 by default.<\/li>\n<li>Main sections should begin with Heading 2.<\/li>\n<li>Do not skip heading levels.<\/li>\n<li>Formatting alone does not create structure.<\/li>\n<li>The Accessibility Checker helps identify issues in the editor.<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<div class=\"textbox textbox--exercises\">\n<header class=\"textbox__header\">\n<h3 class=\"textbox__title\">Practice Activity<\/h3>\n<\/header>\n<div class=\"textbox__content\">\n<p>Open a Canvas page or assignment in Edit mode. Apply heading tags to at least three sections using the Style menu. Then run the Accessibility Checker and correct any issues.<\/p>\n<\/div>\n<\/div>\n<div class=\"textbox textbox--exercises\">\n<header class=\"textbox__header\">\n<h3 class=\"textbox__title\">Further Reading<\/h3>\n<\/header>\n<div class=\"textbox__content\">\n<ul>\n<li><a href=\"https:\/\/support.emerson.edu\/hc\/en-us\/articles\/205015539-Creating-Accessible-Canvas-Content\">Creating Accessible Canvas Content \u2013 Emerson College<\/a><\/li>\n<\/ul>\n<\/div>\n<\/div>\n<div class=\"textbox\">\n<h3>Licenses and Attribution<\/h3>\n<h4>CC Licensed Content, Original<\/h4>\n<p>This educational material includes AI-generated content from ChatGPT by OpenAI. The original content created by Josh Hill, Neida Abraham, and Emiliana Olavarrieta from Hillsborough\u00a0 College is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License (<a href=\"https:\/\/creativecommons.org\/licenses\/by-nc\/4.0\/deed.en\" rel=\"noreferrer noopener\">CC BY-NC 4.0<\/a>).<\/p>\n<p>All images in this textbook generated with DALL\u00b7E are licensed under the terms provided by OpenAI, allowing their use, modification, and distribution with appropriate attribution.<\/p>\n<p>This chapter was created for an OER textbook and, unless otherwise noted, the original instructional text, screenshots created by the author, and original instructional materials in this chapter are included under the same license as the book.<\/p>\n<h4>Third-Party Platforms and Interfaces<\/h4>\n<p>This chapter includes screenshots of third-party software and web interfaces, including Canvas, for purposes of instruction, commentary, and accessibility training. These screenshots are used to document a workflow and remain subject to the terms, policies, and rights associated with the respective platforms.<\/p>\n<h4>Standards and Guidance<\/h4>\n<p>This chapter discusses heading structure and accessibility review practices in Canvas and refers readers to official Canvas guidance and higher education accessibility support materials.<\/p>\n<h4>References<\/h4>\n<ul>\n<li>Emerson College Technology &amp; Media. (n.d.). <a href=\"https:\/\/support.emerson.edu\/hc\/en-us\/articles\/205015539-Creating-Accessible-Canvas-Content\">Creating accessible Canvas content<\/a>.<\/li>\n<li>Instructure Community. (n.d.). <a href=\"https:\/\/community.canvaslms.com\/t5\/Instructor-Guide\/How-do-I-use-the-Accessibility-Checker-in-the-Rich-Content\/ta-p\/820\">How do I use the Accessibility Checker in the Rich Content Editor as an instructor?<\/a><\/li>\n<\/ul>\n<h4>Other Licensed Content<\/h4>\n<p><strong>Headings in Canvas | Making Content Actually Accessible<\/strong><br \/>\nAngie Teaches Canvas<br \/>\nLicense: Standard YouTube License.<\/p>\n<\/div>\n","protected":false},"author":2,"menu_order":4,"template":"","meta":{"pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":""},"chapter-type":[],"contributor":[],"license":[],"class_list":["post-169","chapter","type-chapter","status-publish","hentry"],"part":138,"_links":{"self":[{"href":"https:\/\/pressbooks.hcfl.edu\/digitalaccessibility\/wp-json\/pressbooks\/v2\/chapters\/169","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pressbooks.hcfl.edu\/digitalaccessibility\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/pressbooks.hcfl.edu\/digitalaccessibility\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/pressbooks.hcfl.edu\/digitalaccessibility\/wp-json\/wp\/v2\/users\/2"}],"version-history":[{"count":20,"href":"https:\/\/pressbooks.hcfl.edu\/digitalaccessibility\/wp-json\/pressbooks\/v2\/chapters\/169\/revisions"}],"predecessor-version":[{"id":1242,"href":"https:\/\/pressbooks.hcfl.edu\/digitalaccessibility\/wp-json\/pressbooks\/v2\/chapters\/169\/revisions\/1242"}],"part":[{"href":"https:\/\/pressbooks.hcfl.edu\/digitalaccessibility\/wp-json\/pressbooks\/v2\/parts\/138"}],"metadata":[{"href":"https:\/\/pressbooks.hcfl.edu\/digitalaccessibility\/wp-json\/pressbooks\/v2\/chapters\/169\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/pressbooks.hcfl.edu\/digitalaccessibility\/wp-json\/wp\/v2\/media?parent=169"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/pressbooks.hcfl.edu\/digitalaccessibility\/wp-json\/pressbooks\/v2\/chapter-type?post=169"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/pressbooks.hcfl.edu\/digitalaccessibility\/wp-json\/wp\/v2\/contributor?post=169"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/pressbooks.hcfl.edu\/digitalaccessibility\/wp-json\/wp\/v2\/license?post=169"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}