Skip to content

Instantly share code, notes, and snippets.

@nareshdevineni
Created June 27, 2022 06:11
Show Gist options
  • Select an option

  • Save nareshdevineni/63aa247056ea5e65eff37a9df12481e0 to your computer and use it in GitHub Desktop.

Select an option

Save nareshdevineni/63aa247056ea5e65eff37a9df12481e0 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
...
</head>
<body>
<p>Some HTML Content</p>
<script>
//Javascript code goes here
alert("Javascript is successfully linked!");
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment