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.
...
<style type="text/css">
th {
background-color:gray;
}
th a {
color:#fff;
text-decoration:none;
}
</style>
</head>
<body>
<table border="1" rules="groups">
<tr>
<th><a href="#">Assoziation 1</a></th>
<th>Assoziation 2</th>
<th>Assoziation 3</th>
</tr>
</table>
...