每一章中的实例
通过我们的 HTML 编辑器,您能够编辑 HTML,然后点击按钮来查看结果。
实例
- <!DOCTYPE HTML>
- <html>
- <body>
- <video width="320" height="240" controls="controls">
- <source src="movie.ogg" type="video/ogg">
- <source src="movie.mp4" type="video/mp4">
- Your browser does not support the video tag.
- </video>
- </body>
- </html>
请点击 TIY 按钮来查看它是如何工作的。
转载本站内容时,请务必注明来自W3xue。
部分原创内容未经授权禁止转载,违者必究。