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.
<div id="gesamt">
<div id="Banner">Banner</div>
<div id="Newsticker">Newsticker</div>
<div id="Inhalt">Inhalt</div>
<div id="Menue">Menue</div>
<div id="footer">Status</div>
</div>
#gesamt {
margin:0px auto;
width:800px;
padding:1px;
border:1px solid #ddd;}
#Banner {
padding:10px 5px;
margin-bottom:5px;
background:#f5f5f5;}
#Newsticker {
padding:10px 5px;
margin-bottom:5px;
background:#f5f5f5;}
#Inhalt {
width:550px;
padding:5px;
float:left;
margin-bottom:5px;
background:#f5f5f5;}
#Menue {
width:220px;
float:right;
padding:5px;
margin-bottom:5px;
background:#f5f5f5;}
#Status {
clear:both;
padding:5px;
background:#f5f5f5;}
So wie dein Code aussieht hast du nicht die geringste Ahnung was HTML eigentlich ist.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Willkommen</title>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1" />
</head>
<body>
...Seiteninhalt...
</body>
</html>