
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.
Mit CSS ginge das mit der Pseudoklasse :target, die wird aber von nahezu keinem Browser unterstützt.
Mit JavaScript wirst Du den EventHandler onclick verwenden müssen. Beispiel:
Code:<p onclick="this.style.color='red';">Text</p>