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:

Copy iframe code.