x
 
<!DOCTYPE html>
<html>
<body>
<form action="action_page.php">
  请添加您的首页:
  <input type="url" name="homepage">
  <input type="submit">
</form>
<p><b>Note:</b>IE9 及其更早版本不支持 type="url"。</p>
</body>
</html>