Benutzer:Ensik: Unterschied zwischen den Versionen

Aus Gronkh-Wiki
Wechseln zu: Navigation, Suche
Zeile 39: Zeile 39:
 
}
 
}
 
}
 
}
document.write(Date());
+
document.getElementById("test").innerHTML = "New text!";
 
     }
 
     }
 
     </script>
 
     </script>
Zeile 45: Zeile 45:
  
 
     <body onload="load()">
 
     <body onload="load()">
     <h1>Hi!</h1>
+
 
 +
     <h1 id="test">Hi!</h1>
 
     </body>
 
     </body>
 
     </html>
 
     </html>

Version vom 3. November 2018, 12:54 Uhr

Hi!