<script defer src="my-js.js"></script> with the word immediately after the opening tag considered more proper than this: <script src="my-js.js" defer></script> with it after the src? I usually put it after the src, but I'm not totally sure if that's right, and different resources I've read about using those attributes seem to put them in either slot, which makes me think it doesn't matter.