Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
<html><head><title>Test</title>
</head><body>
<h1 id="Test"
onmouseover="this.innerHTML = 'Sehen Sie?'"
onmouseout="this.innerHTML = 'Ich bin dynamisch'">Ich bin dynamisch</h1>
</body></html>
<img src="altesbild.jpg" name="meinBild1" alt="Bild wird geladen..." onmouseover="document.name.src='neuesbild.jpg';" onmouseout="document.name.src=''altesbild.jpg"/>