【html 通信教育 lesson5】の応用のミス

【html 通信教育 lesson5】の応用のミス

⭐️コンマつけ忘れ

✕<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>

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です