Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
フォーム選択ボックスのオプションを HTML ファイルの外に移動する方法はありますか?
「国」のフォーム選択を設定しています。html ドキュメントのオプションとしてすべての国をリストすると、大量の行が必要になり、ドキュメントの編集中に煩わしくなります。
<form> <select name="country"> <option>[list of countries here]</option> </select> </form>
前もって感謝します!