Suppose you have the following HTML in the DOM for a YouTube video.<video width="640" height="360"><source type="video/youtube" src="http://www.youtube.com/watch?v=ye82js0sL32" /></video>
Suppose you have the following HTML in the DOM for a YouTube video.
<video width="640" height="360">
<source type="video/youtube" src="http://www.youtube.com/watch?v=ye82js0sL32" />
</video>