<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Bai tap 1</title>
</head>
<body>
<h2>Bài tập 1</h2>
<p>- Play video Mp4/MOV</p>
<p>------------------------------</p>
<video width="320" height="240" controls>
<source src="BigBuckBunny_320x180.mp4" type="video/mp4">
Trình duyệt của bạn không hỗ trợ file audio.
</video>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<h2>Bài tập 2</h2>
<p>- Nhung video Youtube vao HTML</p>
<p>------------------------------</p>
<h1>ƠN GIỜI CẬU ĐÂY RỒI</h1>
<iframe width="1661" height="705" src="https://www.youtube.com/embed/RgHZulvm20o" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<h2>Bài tập 3</h2>
<p>- Auto play mp3 - Nhạc nền</p>
<p>--------------------------</p>
<audio controls autoplay>
<source src="nguoi-la-oi.mp3" type="audio/mpeg">
Trình duyệt của bạn không hỗ trợ file audio.
</audio>
</body>
</html>