Move javascript files into inline html -


i have application allows use of inline javascript, not javascript source files. i'm trying modify webpage open on browser, , need know how put javascript files webpage inline.

use <script> tags in html. can go anywhere - prefer inside <head> tag:

<head>     <script type="text/javascript">           // put here - type of valid javascript works           // if import jquery, can use jquery here too!     </script> </head> 

Comments

Popular posts from this blog

php - Admin SDK -- get information about the group -

dns - How To Use Custom Nameserver On Free Cloudflare? -

Python Error - TypeError: input expected at most 1 arguments, got 3 -