I. RAJESH KUMAR (MSc, M.Tech, B.Ed, M.Th)
9. Printing a line of Text in a web page
JavaScript
<!DOCTYPE html>
<html>
<head>
<title>Print Text</title>
</head>
<body>
<script>
document.write("Hello, World!");
</script>
</body>
</html>
No comments:
Post a Comment