How can you specify text to display in a browser that doesn't support the <video> element?
<video>
Use a <noscript> tag
<noscript>
Nest the text within the <video> tags
Use the fallback attribute
fallback
Use the alt attribute
alt