![]() |
VOOZH | about |
The HTML <input type="url"> element is used to create an input field for entering a URL. It provides validation for URLs, ensuring that the value entered is a properly formatted web address. This element helps improve user experience by guiding users to enter valid URLs in web forms.
<input type="url"> Example: This example demonstrates the use of HTML <input type="url"> element.
Output