Skip to content

Instantly share code, notes, and snippets.

@aaronjensen
Created August 29, 2013 19:17
Show Gist options
  • Select an option

  • Save aaronjensen/6382252 to your computer and use it in GitHub Desktop.

Select an option

Save aaronjensen/6382252 to your computer and use it in GitHub Desktop.
<!-- Bad -->
<div id="externalhtmlobject"><a name="externalhtmlobjectanc">
<script src='https://www.teachingchannel.org/videos/teaching-declaration-of-independence/embed?format=js' type='text/javascript'></script>
</a></div>
<!-- Good -->
<div id="externalhtmlobject">
<script src='https://www.teachingchannel.org/videos/teaching-declaration-of-independence/embed?format=js' type='text/javascript'></script>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment