Open In App

HTML | DOM Input URL maxLength Property

The DOM Input URL maxLength Property in HTML DOM is used to set or return the value of maxlength attribute of a URL Input Field. It specifies the maximum number of characters that have been allowed in the URL field. The default value of Input URL maxLength property is 524288.

Syntax:



Article Tags :