【html 通信教育 lesson5】の応用のミス 2025年11月3日 最終更新日時 : 2025年11月3日 saori tsukamoto All Docs 【html 通信教育 lesson5】の応用のミス Read History ⭐️コンマつけ忘れ ✕<form method =”post” action =”test py”> ◯<form method =”post” action =”test.py”> ⭐️スペルミス ✕imput→◯input ⭐️点々の位置ミス ✕<input type=”text”name”=”name”value> ◯<input type=“text”name=”name”value>