032.4 HTMLフォーム
- LPI目標への参照
-
Web Development Essentials version 1.0, Exam 030, Objective 032.4
- 総重量
-
2
- 主な知識分野
-
-
基本的な HTMLフォームの作成
-
HTMLフォームのメソッド
-
HTMLのinput要素とタイプ
-
- ファイル・用語・ユーティリティ
-
-
<form>
。method
属性(getとpost)、action
属性、enctype
属性を含む -
<input>
。type
属性(text
、email
、password
、number
、date
、file
、range
、radio
、checkbox
、hidden
)を含む -
<button>
。type
属性(submit
、reset
、hidden
、button
)を含む -
<textarea>
-
form
要素の共通属性(name
、value
、id
) -
<label>
。for
属性を含む
-