Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
a { COLOR: #000000; TEXT-DECORATION: none; font-family: Verdana; font-size: 10px; }
a:hover { COLOR: #505050; TEXT-DECORATION: none; font-family: Verdana; font-size: 10px; }
a.menu { COLOR: #EAEAEA; TEXT-DECORATION: none; font-family: Verdana; font-size: 10px; font-weight: bold; }
a.menu:hover { COLOR: #AFAFAF; TEXT-DECORATION: none; font-family: Verdana; font-size: 10px; font-weight: bold; }
<td width="109"><a href="news.php" class="menu">News</a></td>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Klassen</title>
<style type="text/css">
a{
color:#000000;
text-decoration:none;
font-family:Verdana;
font-size:10px
}
a:hover{
color:#505050;
text-decoration:none;
font-family:Verdana;
font-size:10px
}
a.menu{
color:#EAEAEA;
text-decoration:none;
font-family:Verdana;
font-size:10px;
font-weight:bold
}
a.menu:hover{
color:#AFAFAF;
text-decoration:none;
font-family:Verdana;
font-size:10px;
font-weight:bold
}
</style>
</head>
<body>
<a href="#" class="menu">Menü</a><br>
<a href="#">Normal</a>
</body>
</html>