Good morning 🎉 Thank you for the resource. Is the Javascript link identical to the css and does it go immediately under the css link?
@alexanderfarrelltech11 ай бұрын
Thank you! It can, but then it would load before any of the HTML. There is a way to defer loading, but to begin, I generally put a script tag instead at the bottom of the body, that way the HTML will load before the JavaScript does, and the whole page may appear to load slightly faster. I've linked a gist where I put my script tag, which links the javascript, below. I generally use a script tag instead of a link tag, and I have this one on line 12 in this code: gist.github.com/AlexanderFarrell/391311950824de604ebbcc30ac9c9090