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

HTML onwheel Attribute

 

 

The onwheel attribute fires when the wheel of a pointing device is rolled up or down over an element. The onwheel event also fires when the user scrolls or zooms on an element by using a touchpad.

 

Used with:-

 

Elements Event
All elements in HTML onwheel

 

Syntax:-

 

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

Code Explanation

All Tutorials related to HTML Attributes

All Sections related to HTML