To import HTML into Canvas, you'll typically embed the HTML code within a rich content editor. Here's a breakdown of the process:
-
Access the Rich Content Editor: Navigate to the page, assignment, discussion, or other area in Canvas where you want to display the HTML.
-
Find the Embed Button: Look for an "Embed" option, usually represented by an icon that looks like
<>
or</>
. It's often located in the toolbar of the rich content editor. -
Paste the HTML Code: An "Embed" pop-up window will appear. Paste your HTML code into the provided "Embed Code" box.
-
Submit the Code: Click the "Submit" button within the Embed window.
-
Verify and Save: The embedded content (based on your HTML code) should now be visible in the rich content editor. Review it to make sure it renders correctly. Click "Save" or "Save and Publish" to finalize the changes to the page or content area.
In short, you're using Canvas's embed feature to insert your HTML code, which will then be rendered by the browser within the Canvas environment.