<!DOCTYPE html>
<html>
<head>
<title>Başlık</title>
</head>
<body>
<video width="320" height="240" controls="controls">
<source src="small.mp4" type="video/mp4" />
<source src="small.ogg" type="video/ogg" />
Tarayici video etiketini desteklemeyor ise bu yazı gözükür
</video>
</body>
</html>
Dosyayı İndir