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