HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

HTML autoplay Attribute

HTML autoplay attribute

 

 

The HTML autoplay attribute is a boolean attribute that tells the browser whether to start audio or video when it is ready for play. 

 

Used With:-

 

Elements Attribute
audio autoplay
video autoplay

 

Syntax:-

 

Its syntax is:- < element autoplay >

Code Explanation

All Tutorials related to HTML Attributes

All Sections related to HTML