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>HTML-Elemente Beispiel - ToolTips</title>
</head>
<body>
<p>
<em title="foo">em</em>
<strong title="foo">strong</strong>
<samp title="foo">samp</samp>
<kbd title="foo">kbd</kbd>
<var title="foo">var</var>
<cite title="foo">cite</cite>
<dfn title="foo">dfn</dfn>
<abbr title="foo">abbr</abbr>
<acronym title="foo">acronym</acronym>
<span title="foo">span</span>
</p>
</body>
</html>