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

HTML onloadstart Attribute

 

 

The onloadstart event occurs when the browser starts looking at audio or video. This is when the loading process starts.

 

Following events occur when audio or video is loading:-

 

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

 

Used With:-

 

Elements Event
audio onloadstart
video onloadstart

 

Syntax:-

 

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

Code Explanation

All Tutorials related to HTML Attributes

All Sections related to HTML