ASSIGNMENT IN WEB PROGRAMING 





ASSIGNMENT IN WEB PROGRAMING 

html>
<head> <title>First Javascript Program place on the body </title> </head>
<body>
<script language = "javascript" type = "text/javascript">
<!-- use comment for browsers that does not support javascipt
var name, course,address,talent,subject ;
document.write("Hello World!") ;
document.write("<br> welcome to Javascript Programming <" );
name=prompt("Enter your name")
document.write("<br> Name : <b>" +name );
document.write("<br> Address: <b>" +address );
course=prompt("Enter your course")
document.write("<br> Course <b>:" +course);
document.write("<br> Address: <b>" +talent );

//-->
</script>
</body>

Comments

Popular posts from this blog