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

HTML onstalled Attribute

 

 

The onstalled attribute is used to define a script to run when the browser is trying to get media data but it is not available.

 

Events similar to onstalled are:-

 

  • onabort
  • onemptied
  • onerror
  • onsuspend

 

Used With:-

 

Elements Event
audio stalled
video stalled

 

Syntax:-

 

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

Code Explanation

All Tutorials related to HTML Attributes

All Sections related to HTML