Answers for "Simple example of adding javascript in body tag of HTML"

0

Simple example of adding javascript in body tag of HTML

<!DOCTYPE html >  
<html>  
<head>  
<title>Softhunt.net</title>  
</head>  
<body>  
<script>  
document.write("Welcome to Softhunt.net Tutorial Website");
</script>  
<p> In this example we saw how to add  JavaScript in the body section </p>  
</body>  
</html>
Posted by: Guest on April-09-2022

Code answers related to "Simple example of adding javascript in body tag of HTML"

Browse Popular Code Answers by Language