JOSE ANTONIO


La fecha y la hora son:


Solución Actividad obligatoria

Contenido de innerHTML de id="h2"

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

Contenido de outerHTML de id="h1"

escapeHTML(document.getElementById("h1").outerHTML)="<h1 id="h1"></h1>"

Conetido de propiedad global location.href

location.href = "http://neocities.org/.../html"

Contenido de la propiedad global Location

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

Contenido de las propiedades Screen.width, Screen.height

screen.width="ancho"

screen.height="alto"