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

HTML onblur Attribute

 

 

The onblur attribute fires the moment that the element loses focus. Onblur is most often used with form validation code.

 

Used With:-

 

Elements Event
All elements in HTML onblur

 

Syntax:-

 

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

Code Explanation

All Tutorials related to HTML Attributes

All Sections related to HTML