Bài tập Buổi 1 - PHP KP 17012018
<!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>INFO