How to write JavaScript code inside the HTML itself?
Originally Published Here ๐!
To write JavaScript code inside the HTML template itself, we can use the script tag inside the HTML template and write the JavaScript code inside the script tag block.
TL;DR
<!DOCTYPE html>
<html lang="en">
<script>
...
melvingeorge-me.hashnode.dev2 min read