<html> <head> <script type="text/javascript"> function message() { alert("This Alert box is sample box!!!"); } </script> </head> <body onload="message()"> </body> </html>
<html> <head> </head> <body> <script type="text/javascript"> function message() { alert("This Alert box is sample box!!!"); } </script> </body> </html>
<html> <head> <script type="text/javascript"> .... </script> </head> <body> <script type="text/javascript"> .... </script> </body>
<html> <head> <script type="text/javascript" src="counter.js"></script> </head> <body> </body> </html>
Copyrights © - Joinc, All Rights Reserved. Inherited From - Yundream Rebranded By - Joonphil
예제
Where to Put the JavaScript
head 영역에 위치
body 영역에 위치
head와 body 모두에 위치
외부에 위치
Recent Posts
Archive Posts
Tags