This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by Leelo
about 10 years

Fall Back Message - What's the inline 'Video' attribute

Ok so this is what it should look like:

<!DOCTYPE html>
<html>
    <head>
        <title>HTML5 Video</title>
    </head>
    <body>
    <video controls="controls" src="http://bit.ly/w3mp4vid">
    Your browser does not support the HTML5 video tag.
    </video>
    </body>
</html>

But just as the ‘SRC’ attribute was made to be inline the video element, how do we present the fallback message?????

I have tried putting it in ‘<p>‘ tags and I have tried adding alt attribute to video element.

Answer 53fb6fe18c1ccc2ff600aa80

0 votes

Permalink

Hi, this is a weird bug: You can’t have any space between the opening and closing tags, and the error message.

points
Submitted by Zeke Y
over 9 years

Answer 559abf30d3292fdaa9000609

0 votes

Permalink

Had the same problem even after removing spacing around tags/ error message. However could not pass exercise

points
Submitted by ju1ce
over 8 years

3 comments

Zeke Y over 8 years

Which exercise number are you on?

ju1ce over 8 years

Oh i have just tried it again and this time it worked…. Thanks for getting back to me Zeke Y!!!

Zeke Y over 8 years

Oh, that’s weird :/