Attribute | Value | Description |
---|---|---|
autoplay | autoplay | Specifies that the audio will start playing as soon as it is ready |
controls | controls | Specifies that audio controls should be displayed (such as a play/pause button etc) |
loop | loop | Specifies that the audio will start over again, every time it is finished |
muted | muted | Specifies that the audio output should be muted |
preload |
auto metadata none |
Specifies if and how the author thinks the audio should be loaded when the page loads |
src | URL | Specifies the URL of the audio file |
How to create HTML <audio> Tag | HTML Tag |
What Audio Format and Browser will Support for HTML <audio> Tag | HTML Tag |
What types of Browsers will Browser Support for HTML <audio> Tag | HTML Tag |
Attributes for HTML <audio> Tag | HTML Tag |
How to add HTML <audio> autoplay Attribute | HTML Tag |
How to add HTML <audio> controls Attribute | HTML Tag |
How to add HTML <audio> loop Attribute | HTML Tag |
How to add HTML <audio> muted Attribute | HTML Tag |
How to add HTML <audio> preload Attribute | HTML Tag |
How to add HTML <audio> preload auto Attribute | HTML Tag |
How to add HTML <audio> preload metadata Attribute | HTML Tag |
How to add HTML <audio> preload none Attribute | HTML Tag |
How to add HTML <audio> src Attribute | HTML Tag |
Type
: |
html |
Category
: |
Web Tutorial |
Sub Category
: |
HTML Tag |
Uploaded by
: |
Admin |