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 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Musterseite</title>
<style type="text/css">
<!--
.fix { width:120px; background-color:#e0e0e0; overflow:hidden; }
-->
</style>
</head>
<body>
<table><tr>
<td><div class="fix"> Dieses ist eine fixe Tabellenzelle die sich nicht verbreitert.
EinGanzLangesMusterwortMitVielenBuschstaben</div>
</td>
<td class="fix">Dieses ist eine flexible Tabellenzelle die sich dem Inhalt anpasst.
EinGanzLangesMusterwortMitVielenBuschstaben
</td>
</tr></table>
</body>
</html>