HTML5 Video Tags
HTML5 Video Tags | Comments |
VIDEO | The main tag to add a video |
SOURCE | Add a source attribute |
SRC | Specify where the video is |
TYPE | Add codex values |
HTML5 Audio Tags
HTML 5 Audio Tags | Comments |
AUDIO | The main tag to add audio |
SOURCE | Add a source attribute |
SRC | Specify where the video is |
TYPE | The main tag to add audio |
HTML5 Options for the Audio Tag
Audio Attributes | Values |
AUTOPLAY | true or false |
LOOP | true or false |
CONTROLS | true or false |
PRELOAD | none, auto, metadata |
Comments
Post a Comment