Breaking

Latihan13.html - Video Example

Materi : Latihan13.html


Silakan copy paste ke notepad dan simpan dengan nama Latihan13.html. 
Kemudian jalankan menggunakan browser.


<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="Page Description">
        <title>Video Example</title>
    </head>
    <body>       
        <video  width="320" height="240" controls>
            <source src="Dog.mp4" type="video/mp4">
            Having issue with the Video?
        </video>    
        <video  width="320" height="240" controls>
            <source src="Dog.mp4" type="video/mp4">
            Having issue with the Video?
        </video>                            
    </body>
</html>


Output