Example 2, Cleaning HTML with Video
Back to Accessibility
Example 2: Clean HTML Code
Files with Video
(NOTE that this works if you have one embedded video)
If there are embeded videos or videos in iframes, here's a workaround. For embeded videos, copy the code beginning with <embed src= all the way to the ending >. If there are iframe videos, copy the code beginning with <iframe> and ending with </iframe>.
Follow the steps in Example 1 with this exception:
- Paste the code into the Clean-up tool.
- From the HTML Clean-up Tool, copy the iframe tags (or embed code) and text.
- Clean the text.
- Paste the copied iframe (or embed) code back into the Clean-up Tool code.
- Select all and copy all of the code.
- Return to D2L and paste the code in the D2L Source Editor.