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 onwaiting Attribute

HTML onwaiting Attribute

 

 

The onwaiting attribute is used to define a script to run when the video stops because it needs to buffer the next frame. It is widely used with video but we can use it will audio as well.

 

Used With:-

 

Elements Event
audio waiting
video waiting

 

Syntax:-

 

Its syntax is:- < element onwaiting="your_script" >

Code Explanation

All Tutorials related to HTML Attributes

All Sections related to HTML