La fecha y la hora son:

Propiedades mostradas:

  1. document.getElementById("h2")
    <h2 id=​"h2">​La fecha y la hora son:​</h2_>​

  2. document.getElementById("h1").outerHTML
    "<h1 id="h1">Javier Belda</h1>"

  3. document.location.href
    "https://jabelllo.neocities.org/mod_03_obl.html"

  4. document.location
    Location {href: "https://jabelllo.neocities.org/mod_03_obl.html", ancestorOrigins: DOMStringList, origin: "https://jabelllo.neocities.org", replace: function, assign: function…}ancestorOrigins: DOMStringListassign: function ()hash: ""host: "jabelllo.neocities.org"hostname: "jabelllo.neocities.org"href: "https://jabelllo.neocities.org/mod_03_obl.html"origin: "https://jabelllo.neocities.org"pathname: "/mod_03_obl.html"port: ""protocol: "https:"reload: function reload()replace: function ()search: ""toString: function toString()valueOf: function valueOf()Symbol(Symbol.toPrimitive): undefined__proto__: Location

  5. document.body.clientWidth
    1350
    document.body.clientHeight
    228