<html> <head> <title>my java</title> </head> <body> <script> alert("this is alert box"); document.write("GOVERNMENT GIRLS POLYTECHNIC"); </script> </body> </html>
<html>
<head>
<title>my java</title>
</head>
<body>
<script>
alert("this is alert box");
document.write("GOVERNMENT GIRLS POLYTECHNIC");
</script>
</body>
</html>