I want to play .mov video like as this, but video doesn't play in any browser.
解决方案
Instead of using tag, use attribute of as below and you will see the action.
or
you can give multiple tags within the tag, each with a different video source. The browser will automatically go through the list and pick the first one it’s able to play. For example:
If you test that code in Chrome, you’ll get the H.264 video. Run it in Firefox, though, and you’ll see the Ogg video in the same place.