David Alexander ulloa Ramos

La fecha y la hora son:

Contenido de innerHTML de elemento identificado por id="h2"

document.getElementById("h2").innerHTML = [La fecha y la hora son:]

Contenido de outerHTML de elemento identificado por id="h1"

document.getElementById("h1").outerHTML = [< h1 id="h1">Buenas tardes< br > espero esten bien < /h1 >]

Contenido de de la propiedad global: location.href

location.href = [https://david-ulloa.neocities.org/Mod-3/ejercicio.html]

Contenido de de la propiedad global: location.

Object.getOwnPropertyNames(location) = ["replace", "assign", "href", "ancestorOrigins", "origin", "protocol", "host", "hostname", "port", "pathname", "search", "hash", "reload", "toString", "valueOf"]

Contenido de de las propiedades globales: screen.width y screen.heigth

screen.width = 1680 - screen.height = 1050