Wednesday 18 July 2012

How to insert a script in html


<!DOCTYPE html>
<html>
<body>

<script type="text/javascript">
document.write("Hello india!")
</script>

</body>
</html>

0 Responses to “How to insert a script in html”

Post a Comment