Starting to write JavaScript in Webpage

To start writing JavaScript in your HTML page, it’s really easy. Just start to write <script type=”text/javascript”> and make a end of this javascript code snippet by </script> closing tag. Try to have a look as following and open your notepad and start writing HTML page with the following little bit JavaScript code snippet.

<html>
<body>
<script type=”text/javascript”>
document.write(“Hello World!”);
</script>
</body>
</html>

Shaharia is a professional software engineer with more than 10 years of experience in the relevant fields. Digital ad certified, cloud platform architect, Big data enthusiasts, tech early adopters.