HTML5 中的輸入型別 URL


這是 HTML5 中唯一接受 URL 值的方式。該型別用於應當包含 URL 地址的輸入欄位。如果您嘗試提交普通文字,它會強制要求只能輸入 URL 地址,格式為 http://www.qries.comhttp://qries.com 格式。

<!DOCTYPE HTML>
<html>
   <body>
      <form action = "/cgi-bin/html5.cgi" method = "get">
         Enter URL : <input type = "url" name = "newinput" />
         <input type = "submit" value = "submit" />
      </form>
   </body>
</html>

更新日期:2020 年 1 月 29 日

241 次瀏覽

開啟您的 職業生涯

透過完成課程獲得證書

立即開始
廣告
© . All rights reserved.