跟<img>相似,想在網站上顯示影片,可以使用<video>tag。
<video src ="https://content.codecademy.com/courses/freelance-1/unit-1/lesson-2/htmlcss1-vid_brown-bear.mp4" controls>
</video>
如果想控制Video的大小,可以在html裡加入:width和Height attributes。謹記,當使用<video>時要加入controls這個attribute以提醒Browser加入一個基本播放器。