HTML - Tags - <script>

#114 of 147
script

 <html>
 <head>
     <script src="/thirdparty/like.php.rFG58m7xAig.version.4.rsj43l9yj3.js" type="text/javascript" />
 </head>
 <body>
     <script>
         $(function() {
             alert('loaded');
         });
     </script>
 </body>
 </html>
 

The script element is used to include an external JavaScript file, or to embed JavaScript inline.

N of

Ads by Google


Ask a question, send a comment, or report a problem - click here to contact me.

© Richard McGrath