フォーム全体の指定 <form action=""> 入力フォームを作る <form method="" action=""> データの送信形式と送信先を指定する <form method="" action="" target=""> 結果が表示されるウィンドウを指定する <form method="post" action="" enctype=""> 送信時のデータ形式を指定する <label> 部品とラベルを関連付ける <fieldset> フォームの部品をグループ化する <legend> 部品グループにラベルを付ける <legend align=""> ラベルの表示位置の指定する フォームの部品 <input type="text"> テキストの入力欄を作る <input type="password"> パスワード形式の入力欄を作る <input type="radio"> ラ