I want to review some HTML elements and I have this snippet as my answer:

<video controls autoplay width="512" height="288" src="video/tweetsip.mp4">
</video>"

<video controls autoplay width="512" height="288" >
    <source src="video/video.mp4" type='video/mp4; codecs="avc1.42E01E, 
mp4a.40.2"'>
    <source src="video/video.webm" type='video/webm; codecs="vp8, vorbis"'>
    <source src="video/video.ogv" type='video/ogg; codecs="theora, vorbis"'>
    <object>...</object>
   <p>Sorry, your browser doesn't support the video element</p>
</video>

But mnemosyne interprets the HTML.

-- 
You received this message because you are subscribed to the Google Groups 
"mnemosyne-proj-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mnemosyne-proj-users/d44de838-3923-4463-b556-1244a1c007ca%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to