<!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>