Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created June 30, 2017 08:50
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 codecademydev/ff376a9b24b00b65138fe9d4172d0aa0 to your computer and use it in GitHub Desktop.
Save codecademydev/ff376a9b24b00b65138fe9d4172d0aa0 to your computer and use it in GitHub Desktop.
Codecademy export
<!DOCTYPE html>
<html>
<head>
<title>Result</title>
<script type='text/javascript' src='script.js'></script>
</head>
<body>
<div class="container">
<h2>Greetings</h2>
<div id="one">Div #1</div>
<div id="two">Div #2</div>
</div>
</body>
</html>
$('#one').after('<p> Vlasis </p>');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment