Tuesday, May 16, 2017

Variable implementation in HTML page

<html>
<body>
<script language= "javascript"type="text/javascript">
var name="HCL"
document.write (name)
document.write ("<h1>"+name+</h1>)
</script>
</body>
</html>

No comments:

Post a Comment