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.
<head>
<title>Test</title>
<script type="text/javascript">
function hi()
{
alert("Hallo Welt!");
document.getElementById("unentschlossen")
</script>
</head>
<body>
<a href="javascript:Ausrichtung('left')">links?</a><br>
<a href="javascript:Ausrichtung('center')">zetriert?</a><br>
<a href="javascript:Ausrichtung('right')">rechts?</a><br>
<a href="" onMouseover="hi()"><label id="unentschlossen">Moin</label></a>
</body>
</html>