Skip to content

Instantly share code, notes, and snippets.

@gorork
Created October 18, 2014 17:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gorork/8f455475c808198ab2b7 to your computer and use it in GitHub Desktop.
Save gorork/8f455475c808198ab2b7 to your computer and use it in GitHub Desktop.
Basic logic of script tag
<body>
<h1>Day 10</h1>
<h2><a href="">Script tag logic example</a></h2>
<script>
alert('This is JavaScript alert. Look around your screen and note that there is no image right now.');
</script>
<img src="http://js.ework.me/code/d10-script-tag/bateaumatineeFA.jpg">
<p>Amazing photo by Annick Jaquillard</p>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment