Thursday, 13 March 2014

IN BETWEEN THE TWO HEAD TAG



In between the two head tag:
<Html>
<Head><title>script in head tag</title>
<script type=”text/javascript”>
alert (“hello every one”);
</script>
</head>
<body></body>
</html>

No comments: