Skip to content

Instantly share code, notes, and snippets.

@gerswin
Created October 16, 2014 20:31
Show Gist options
  • Save gerswin/5d457432c6b63860db76 to your computer and use it in GitHub Desktop.
Save gerswin/5d457432c6b63860db76 to your computer and use it in GitHub Desktop.
image.js
var pixel=document.createElement("img");
pixel.setAttribute('src', 'http://coderanch.com/mooseImages/moosefly.gif');
pixel.setAttribute('alt', 'holabb');
document.getElementById('parawebs').appendChild(pixel);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment