Created
June 7, 2014 06:17
-
-
Save foru17/cf852715ca0ac3655b17 to your computer and use it in GitHub Desktop.
在Markdown中添加视频方法
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<video id="video" controls="" preload="none" poster="http://media.w3.org/2010/05/sintel/poster.png"> | |
<source id="mp4" src="http://media.w3.org/2010/05/sintel/trailer.mp4" type="video/mp4"> | |
<source id="webm" src="http://media.w3.org/2010/05/sintel/trailer.webm" type="video/webm"> | |
<source id="ogv" src="http://media.w3.org/2010/05/sintel/trailer.ogv" type="video/ogg"> | |
<p>Your user agent does not support the HTML5 Video element.</p> | |
</video> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your user agent does not support the HTML5 Video element.