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.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>Das style-Element</title>
<style type="text/css">
<!--
/* ... Hier werden die Formate definiert ... */
a:link { color: #00FF00; }
a:hover { font-weight: bold; color: #FF00FF; }
-->
</style>
</head>
<body>
[...]
<a href="deinZiel.html">Dein Ziel</a>
[...]
</body>
</html>