+ 5
Why is type="text/javascript" not required anymore in HTML5?
Why is type="text/javascript" not required anymore in HTML5? what would be the proper way to embed .js files in html5?
4 Respostas
+ 7
Because in Html5 , Js is default scripting language.
So no need to write this.
And you can use internal way or external one.
Whatever way you choose include script tag just above the closing body tag so that html and css can load properly.
Hope this helps ☺️☺️.
+ 1
it does... thank you 👍
+ 1
:)
+ 1
Js is the default script language in html5