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

HTML onratechange Attribute

 

 

The onratechange attribute defines a script to be run when the playing speed of the audio or video is changed.

 

Used With:-

 

Elements Event
audio ratechange
video ratechange

 

Syntax:-

 

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

Code Explanation

All Tutorials related to HTML Attributes

All Sections related to HTML