HTML Practice
<html>
<head><title>First Javascript Program of the Body</title></head>
<body>
<script language = "javascript" type = "text/javascript">
<!-- use comments for browsers that doesn't support Javascript var name, course, address, talent, subject;
document.write("hello the worldo!");
document.write("<br> welcome to Javascript programming!<");
name=prompt("Your name Here")
document.write("<br> Name : <b>" +name);
course.prompt('Your Course here")
document.write("<br> Course : <b>" +course);
//-->
</script>
</body>
Comments
Post a Comment