El contenido innerHTML de h2 es:
document.getElementById("h2").innerHTML + '"';
Contenido outerHTLM de h1 es:
document.getElementById("h1").outerHTML.replace(//g,">") + '"';
Contenido location.href es:
"' + location.href + '"';
Contenido location.href es:
"' + location + '"';
Contenido screen.width es:
"' + screen.width + '"';
Contenido screen.height es:
"' + screen.height + '"';