htmlのフォームまとめ
1476 ワード
プロフィール:
action :
inputラベルプロパティ
type:フォーム要素のタイプ.
。
シーンの適用1. 、 : 、 , 、 。
2. : , 、 、 。
3. : , , 。
4. : , 。
フォーム要素 、 、 、 、 。
フォームラベルおよび属性action :
。 , web , action 。 action=“URL”, action , 。
method: , (post get )。 “get”, , URL、 , URL 。 post, , 。 method=(get|post)
postメソッドとgetメソッドの違いpost : “ ” “ ” “isabelle” “123”, , : URL 。
get : ,URL ,URL , 。
:(1)post , 。
(2)get , , URL 。
post 。
フォーム要素とフォーマットinputラベルプロパティ
type:フォーム要素のタイプ.
text、password、checkbox、radio、submit、reset、file、hidden、image button。 text。
name:フォーム要素の名前
value:要素フォームの初期値 。 type radio, 。
size:フォーム要素の初期幅 type text password, ; type , 。
maxlength:入力した最大文字数 text password 。 。
checked:ボタンが選択されているかどうか radio checkbox , 。