Ví dụ input url Code: <!DOCTYPE html> <html> <body> <form action="/demo/action_page.php"> Địa chỉ website của bạn: <input type="url" name="homepage"> <input type="submit" value="Gửi"> </form> <p><b>Lưu ý:</b> type="url" không được hỗ trợ trong trình duyệt Internet Explorer 9 (cùng các phiên bản trước đó) và Safari.</p> </body> </html> Kết quả: