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.
a { outline:none; }
<html>
<head>
<title></title>
<style type="text/css">
.editor_div{
width : 400px ;
height : 200px ;
border : #000000 1px solid;
overflow : auto ;
outline:none;
}
.editor_div p{
margin : 0px ;
padding : 0px ;
}
</style>
</head>
<body>
<div id="editor_div" class="editor_div" contentEditable = "true">Tutorials.de ist Super </div>
</body>
</html>