var newa=document.createElement('a'); newa.className="class"; var newimg=document.createElement('img'); newimg.src="./image.png"; newimg.alt="Image name"; newimg.className="Image class"; newa.appendChild(newimg); newa.href="#";
2784 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)
var newa=document.createElement('a'); newa.className="class"; var newimg=document.createElement('img'); newimg.src="./image.png"; newimg.alt="Image name"; newimg.className="Image class"; newa.appendChild(newimg); newa.href="#";
You need to create an account or log in to post comments to this site.