Quick actions

cmd+k|ctrl+k

Navigation

Languages

Bài tập Buổi 1 - PHP KP 17012018

Snippet info

Language

Php

Visibility

public

Author

cuongquach.learning

Created

2018-01-21T14:31:05Z

Updated

2018-01-21T14:33:01Z

<!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