<label id="lbl"></label>
I'm trying to get this image to display based on the variable "a" containing the String of the URL. Can someone help me with the missing steps for this?
var a = "https://encrypted.google.com/images/logos/ssl_logo.png";
document.getElementById("lbl").innerHTML = '<img src=a >';