M
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.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<title></title>
<style type="text/css">
<!--
#box1
{
float:left; width:67%; height:100px; background-color:#00BF00;
}
#box2
{
float:left; width:13%; height:100px; background-color:#FF0000;
}
#box3
{
float:right; width:20%; height:100px; background-color:#00A0FF;
}
-->
</style>
</head>
<body>
<div id="box1">Links</div>
<div id="box2">Mitte</div>
<div id="box3">Rechts</div>
</body>
</html>
<style type="text/css">
<!--
#box1
{
float:left; width:67%; height:100px; background-color:#00BF00;
}
#box2
{
float: left; width:13%; height:100px; background-color:#FF0000;
}
#box3
{
float:right; width:20%; height:100px; background-color:#00A0FF;
}
-->
</style>
<!--[if gte IE 5]>
<style type="text/css">
#box3 { clear: left; }
</style>
<![endif]-->