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

HTML onseeked Attribute

 

 

The onseeked attribute is used to define a script to run when the user is finished moving or skipping to a new position in the audio or video.

 

Used With:-

 

Elements Event
audio seeked
video seeked

 

Syntax:-

 

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

Code Explanation

All Tutorials related to HTML Attributes

All Sections related to HTML