<h3>アップロード ファイルの選択:<input type="file"> </h3>投稿方法を設定するには enctype=multipart/form_date を設定します <table border="1"> <tbody> <tr> <td>コードは以下のように表示されます:<br><form> <input type="file"> </form> </td> <td>効果は次のとおりです。 <form> <input type="file"> </form> </td> </tr> </tbody> </table> <h3>フォーム上に画像ファイルを作成します: <input type="image"> </h3>value 属性を使用しないと、画像が送信ボタンの代わりになり、マウスをクリックしたときに XY 座標も送信できます。<br>コードは次のとおりです:## <br># <input type="image" name="" src="">フォーム上にドロップダウン リスト ボックスを作成します。<h3> <select></select><option></option> </h3> の値は、送信されるコンテンツを設定するために使用されます。設定されていない場合は # になります。 <option># # の内容 </option> <option> </option> <table border="1"> <tbody>コードは次のとおりです:<tr> <td> <br><form> <br>##中国<select><br><option>小日本</option> <br><option>老美# ## </option> <br><option></option> <br> </select>効果は次のとおりです。 <br> </form> </td>中国<td width="150"> <form>小日本<select> <option selected>老美</option> <option> </option> <option></option> </select> </form>コードは次のとおりです:</td> </tr> <tr> <td> <br>##中国<form> <br><select size="2">小日本<br><option></option>老美# ## <br><option></option> <br> <option> </option>効果は次のとおりです。 <br></select> <br>中国</form> </td>小日本<td> <form>老美<select size="2"><option> </option> <option></option> <option> </option>コードは次のとおりです:</select> </form> </td> </tr> <tr>##中国<td> <br><form>小日本<br><select multiple size="2"><br>老美# ## <option></option> <br><option> </option>Ctrl キーを押して複数の項目を選択します<br> <option>効果は次のとおりです。 </option> <br> </select>中国<br> </form>小日本<br> </td>老美<td><form> <select multiple size="2"><option></option> <option> </option>コードは次のとおりです:<option></option></select> </form></td>##中国</tr> <tr> <td>小日本<br><form> <br>老美# ## <select multiple size="2"><br><option selected></option> <br>Ctrl キーを押して複数の項目を選択します<option> </option>効果は次のとおりです。 <br><option> </option>中国<br> </select>小日本<br> </form>老美<br> </td> <td> <form> <select multiple size="2"><option selected></option> <option>フォーム上に複数行の入力テキスト領域を作成します: </option> <option></option>値属性なし </select> </form> </td> </tr>コードは次のとおりです:</tbody> </table>内容を入力してください<h3> <textarea> </textarea> </h3>内容を入力してください<table border="1"><tbody><tr> <td> <br> <textarea cols="20" rows="10">フォーム上に複数行の入力テキスト領域を作成します:</textarea> </td>このタグを使用してショートカット キーを設定できます <td> <textarea rows="10"> </textarea> </td>コードは次のとおりです:</tr></tbody></table> <h3><label>名前:</label></h3> <table border="1"><tbody> <tr> <td> <br>## <code>効果は次のとおりです。 ######名前:### ### ######### <form> <br>コードは次のとおりです:<label></label><br><input type="text"><br>名前:</form></code> </td> <td><form> <label></label> Alt a を押します。入力ボックスをチェックします<input> </form></td> </tr>効果は次のとおりです。 ######名前:### ### #####################</tbody></table>