亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

HTML5中form新增的屬性是什么

發布時間:2021-02-26 09:42:13 來源:億速云 閱讀:197 作者:清風 欄目:web開發

這篇文章主要為大家展示了HTML5中form新增的屬性是什么,內容簡而易懂,條理清晰,希望能夠幫助大家解決疑惑,下面讓小編帶大家一起來研究并學習一下“HTML5中form新增的屬性是什么”這篇文章吧。

html是什么

html的全稱為超文本標記語言,它是一種標記語言,包含了一系列標簽.通過這些標簽可以將網絡上的文檔格式統一,使分散的Internet資源連接為一個邏輯整體,html文本是由html命令組成的描述性文本,html命令可以說明文字,圖形、動畫、聲音、表格、鏈接等,主要和css+js配合使用并構建優雅的前端網頁。

1.HTML 5 <input> formaction 屬性

定義和用法

formaction 屬性規定當提交表單時,向何處發送表單數據。

注意內容:

1.formaction 屬性規定當表單提交時處理輸入控件的文件的 URL。

2.formaction 屬性覆蓋 <form> 元素的 action 屬性。

注釋:formaction 屬性適用于 type="submit" 和 type="image"。

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>formaction</title>
</head>
<body>
<form id="testform">
    <input type="submit" name="s1" value="v1" formaction="http://localhost:8080/index01/Test01.jsp">提交到http://localhost:8080/index01/Test01.jsp
    <input type="submit" name="s2" value="v2" formaction="http://localhost:8080/index01/Test02.jsp">提交到http://localhost:8080/index01/Test02.jsp
    <input type="submit" name="s3" value="v3" formaction="http://localhost:8080/index01/Test03.jsp">提交到http://localhost:8080/index01/Test03.jsp
</form>
</body>
</html>

2.HTML 5 <button> formmethod 屬性

定義和用法

formmethod 屬性覆蓋 form 元素的 method 屬性。

可以通過以下方式發送 form-data :

  • 以 URL 變量 (使用 method="get") 的形式來發送

  • 以 HTTP post (使用 method="post") 的形式來發送

該屬性與 type="submit" 配合使用。

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
</head>
<body>
    <form id="testform">
        <input type="submit" name="s1" value="v1" formmethod="post" formaction="http://localhost:8080/index01/Test01.jsp">http://localhost:8080/index01/Test01.jsp
        <input type="submit" name="s2" value="v2" formmethod="get" formaction="http://localhost:8080/index01/Test02.jsp">http://localhost:8080/index01/Test02.jsp
        <input type="submit" name="s1" value="v1" formmethod="post" formaction="http://localhost:8080/index01/Test03.jsp">http://localhost:8080/index01/Test03.jsp
    </form>
</body>
</html>

<!DOCTYPE HTML>
<html>
<body>
<form action="/example/html5/demo_form.asp" method="get">
  姓:<input type="text" name="lname" /><br />
  名:<input type="text" name="fname" /><br />
<button type="submit" >提交</button>
<button type="submit" formmethod="post" formaction="/example/html5/demo_post.asp">使用 POST 來提交</button>
</form>
</body>
</html>

3HTML 5 <input> autofocus 屬性

定義和用法

autofocus 屬性規定當頁面加載時 input 元素應該自動獲得焦點。

如果使用該屬性,則 input 元素會獲得焦點。

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
</head>
<body>
<form>
    <input type="text">
    <input type="text" autofocus>
</form>
</body>
</html>

以上就是關于“HTML5中form新增的屬性是什么”的內容,如果改文章對你有所幫助并覺得寫得不錯,勞請分享給你的好友一起學習新知識,若想了解更多相關知識內容,請多多關注億速云行業資訊頻道。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

获嘉县| 措勤县| 冷水江市| 松滋市| 康平县| 宣武区| 越西县| 新龙县| 郑州市| 延安市| 宝鸡市| 肥城市| 岳阳市| 宣城市| 漾濞| 凤凰县| 南通市| 大姚县| 库尔勒市| 汶上县| 黄平县| 武义县| 南京市| 若羌县| 大田县| 和静县| 应用必备| 湖南省| 赞皇县| 菏泽市| 嘉定区| 湘西| 乌拉特中旗| 阿克苏市| 当涂县| 钟山县| 温宿县| 临洮县| 长丰县| 浦江县| 高尔夫|