La fecha y la hora son:
Propiedades mostradas:
-
document.getElementById("h2")
<h2 id="h2">La fecha y la hora son:</h2_>
-
document.getElementById("h1").outerHTML
"<h1 id="h1">Javier Belda</h1>"
-
document.location.href
"https://jabelllo.neocities.org/mod_03_obl.html"
-
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
-
document.body.clientWidth
1350
document.body.clientHeight
228