I am trying to use x as a variable in:
var x = "tag";
alert(document.getElementById(x).style.fontSize);
What is the proper syntax?
Than