HTML and CSS Reference
In-Depth Information
<source
<source src= "muirbeach.webm" type= 'video/webm; codecs="vp8, vorbis"' >
<source
<source src= "muirbeach.mp4" type= 'video/mp4; codecs="avc1.42E01E, mp4a.40.2"' >
<source
<source src= "muirbeach.ogg" type= 'video/ogg; codecs="theora, vorbis"' >
</video>
</video>
</div>
</div>
<div>
<div>
(Right-click To Control)
</div>
</div>
</body>
</body>
</html>
</html>
Figure 6-1 shows an example of the plain-vanilla video embed in an HTML5 page. There are
no controls displayed in the default settings, but if you right-click on the video, controls will
appear that can be used in conjunction with the embedded video.
Figure 6-1. HTML5 video embed
Search WWH ::




Custom Search