VOOZH about

URL: https://www.geeksforgeeks.org/html/html-dom-input-url-blur-method/

⇱ HTML DOM Input URL blur() Method - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

HTML DOM Input URL blur() Method

Last Updated : 13 Feb, 2022

The Input URL blur() method in HTML DOM is used to extract or remove focus from the URL text field when the event occurs.  

Syntax:

urlObject.blur()

Parameters: This method does not contain any parameter values.

Return Value: It does not return any value.

Example: Below program illustrates the use of the input URL blur()  method in HTML DOM.  

Output 

👁 Image

Supported Browsers: The list of browsers supported by the HTML DOM Input URL blur() method is given below.

  • Google Chrome
  • Mozilla Firefox
  • Internet Explorer
  • Opera
  • Safari
Comment
Article Tags: