HTML REFERANSLAR

HTML Alfabetik

HTML Standart Özellikler

HTML Olay Özellikleri

HTML Dil Kodları

HTML Doctype

HTML ETİKETLERİ

<!-- ... -->

<!DOCTYPE>

<a>

<abbr>

<acronym>

<address>

<applet>

<area>

<article>

<aside>

<audio>

<b>

<base>

<basefont>

<bdi>

<bdo>

<big>

<blockquote>

<body>

<br>

<button>

<canvas>

<caption>

<center>

<cite>

<code>

<col>

<colgroup>

<command>

<datalist>

<dd>

<del>

<details>

<dfn>

<dir>

<div>

<dl>

<dt>

<em>

<embed>

<fieldset>

<figcaption>

<figure>

<font>

<footer>

<form>

<frame>

<frameset>

<h1> ... <h6>

<head>

<header>

<hgroup>

<hr>

<html>

<i>

<iframe>

<img>

<input>

<ins>

<kbd>

<keygen>

<label>

<legend>

<li>

<link>

<map>

<mark>

<menu>

<meta>

<meter>

<nav>

<noframes>

<noscript>

<object>

<ol>

<optgroup>

<option>

<output>

<p>

<param>

<pre>

<progress>

<q>

<rp>

<rt>

<ruby>

<s>

<samp>

<script>

<section>

<select>

<small>

<source>

<span>

<strike>

<strong>

<style>

<sub>

<summary>

<sup>

<table>

<tbody>

<td>

<textarea>

<tfoot>

<th>

<thead>

<time>

<title>

<tr>

<track>

<tt>

<u>

<ul>

<var>

<video>

<wbr>

HTML <video> autoplay Özelliği

HTML <video> Etiketi

Örnek

<video controls autoplay>

  <source src="buff.mp4" type="audio/mp4">

  <source src="buff.ogg" type="audio/ogg">

Tarayıcınız video etiketini desteklemiyor.>

</video>


Tarayıcı Desteği

<video> etiketini Internet Explorer 9, Firefox, Opera, Safari ve Chrome desteklemektedir.

Not: Internet Explorer 8 ve önceki sürümleri <video> etiketini desteklememektedir.


Tanım ve Kullanımı

Autoplay özelliği boolean türünde bir özelliktir.

Bu özellik tanımlandığında video dosyası durdur butonuna basılmaz ise otomatik olarak başlayacaktır.


HTML 4.01 ve HTML5 Farkları

HTML5 ile yeni gelen bir etikettir.


Sözdizimi

<video autoplay=" autoplay ">


Not: Autoplay özelliği boolean türünde bir özellik olduğu için aşağıdaki tanımlar geçerlidir:

- <video autoplay>

- <video autoplay="autoplay">

- <video autoplay="">


HTML <video> Etiketi

Referanslar

HTML Referansları