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

HTML onprogress Attribute

 

 

The onprogress attribute is used to define a script that is to be run when the browser is downloading the specified audio or video.

 

Following events occur when audio or video is loading:-

 

  • onloadstart
  • ondurationchange
  • onloadedmetadata
  • loadeddata
  • onprogress
  • oncanplay

 

Used With:-

 

Elements Event
audio progress
video progress

 

Syntax:-

 

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

Code Explanation

All Tutorials related to HTML Attributes

All Sections related to HTML