You can easily invite all your friends to peperonity.com. When you log in or register with us, you can tell your friends about exciting content on peperonity.com! The messaging costs are on us.
Java script is embeded on html files. Browser reads html files and interpreater and html tag . Since all java script need to inherit as an integeral port of the html document. When required browser need to be inform that speafy section of html code is java script.. The browser is gives this information using html tags <script></script>.The script mark the begining of scripting code .This is the pair tags.
<html><head><title>abc</title></head>
<body><script>
p=500;
r=3;
t=2;
si=p*r*t/100;
document.Write(si);
or
document.Write("simple intrest="+si);
</script></body></html>