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.
blockquote p {
font-size: 15px;
color: #000;
line-height: 16px;
font-family: verdana, arial, helvetica, sans-serif;
}
<!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">
<!--
blockquote {
margin: 15px 30px 0 10px;
font-family: "Times New Roman", Times, serif;
padding-left: 20px;
border-left: 5px solid #990000;
}
blockquote p {
font-size: 15px;
color: #000;
line-height: 16px;
font-family: verdana, arial, helvetica, sans-serif;
}
-->
</style>
</head>
<body>
<blockquote>
<p>Ein Textabsatz</p>
<p>Und noch ein Textabsatz</p>
</blockquote>
</body>
</html>
blockquote p {
font-family: "Times New Roman", Times, serif;
display: block;
}
blockquote {
font-family: "Times New Roman", Times, serif;
display: block;
padding-left: 20px;
border-left: 5px solid #990000;
}