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

HTML onseeking Attribute

 

 

The onseeking attribute defines a script to run when the user starts moving or skipping to a new position in the audio or video.

 

Used With:-

 

Elements Event
audio seeking
video seeking

 

Syntax:-

 

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

Code Explanation

All Tutorials related to HTML Attributes

All Sections related to HTML