Attribute | Value | Description |
src | file name | Optional: video file name |
type | MIME Type | Optional: The MIME type of the audio file, such as audio/mpeg or audio/ogg |
autoplay | autoplay | Optional: indicates whether audio should start playing automatically; use with caution |
controls | controls | Optional: indicates whether contols should be displayed; recommended |
loop | loop | Optional: indicates whether audio should be played over and over |
preload | none, auto, metadata | Optional: values: none (no preload), metadata (only donwload media file metadata), and auto (download the media file) |
title | | Optional: specifies a brief text description. |