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.
JavaScriptで作成したパスワードとユーザー名のログインフォームに問題があります。形そのものではありませんが、<head>スペースをとるほどの大きさです。
<head>
スペースをとらずに維持するために追加できるものはありますか?
HTML内に埋め込まれたJSを使用しているように思えます。質問のあいまいさから間違っている可能性があります。
試す:
<script type="text/javascript" src="script.js"></script>
そして、すべての JS をそのファイルの中に入れます