HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

autoplay

Description

The autoplay attribute for HTML specifies the media resource can be started automatically when the page is loaded.

Syntax

autoplay="value"

Values

false

Do not automatically begin playback of the media resource.

true

Automatically begin playback of the media resource as soon as it can do so without stopping.

Examples

1 · HTML · false

2 · HTML · true

3 · JS · false

4 · JS · true