Latest web development tutorials

HTML atribut video putar otomatis

Pedoman tag Referensi Video HTML HTML <video> tag

contoh

Diatur untuk secara otomatis memutar elemen video:

<video controls autoplay>
<source src="movie.mp4" type="video/mp4">
<source src="movie.ogg" type="video/ogg">
您的浏览器不支持 video 标签。
</video>

Coba »

Dukungan Browser

Internet ExplorerFirefoxOperaGoogle ChromeSafari

Semua browser utama mendukung atribut autoplay.

Catatan: Internet Explorer 8 dan versi sebelumnya dari IE tidak mendukung <video> tag.


Definisi dan Penggunaan

atribut autoplay adalah properti boolean (Boolean).

Atribut autoplay menentukan Setelah video siap untuk mulai bermain segera. Jika atribut ini diatur, video akan bermain secara otomatis.


Perbedaan antara HTML 4.01 dan HTML5

<Video> tag adalah tag HTML5 baru.


Perbedaan antara HTML dan XHTML

Dalam XHTML, properti tidak diperbolehkan steno, atribut autoplay harus didefinisikan sebagai: <video autoplay = "autoplay">.


tatabahasa

<video autoplay>


Pedoman tag Referensi Video HTML HTML <video> tag