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.
wie man sieht hab ich noch nen horizontalen strich <hr> drinen.<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>*Seiten-Titel*</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<ul class="liste" style="list-style-type:none; "><li>Punkt 1</li><li>Punkt 2</li><li>Punkt 3</li><br></ul>
<hr>
.liste li {float:left; }
.liste li
{float:left;
margin: 5px;
}
style="list-style-type:none; "
.liste { list-style: none;}