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.
Wenn du dannfunction showtext(id) {
document.getElementById(id).style.display = "block";
}
function hidetext(id) {
document.getElementById(id).style.display = "none";
}
verschwinden lassen willst, musst du<div id="cont">Lorem ipsum</div>
<a href="javascript:hidetext('cont');">Verschwinde!</a>
aufrufen.<a href="javascript:shwotext('cont');">Zeig an!</a>
In die HTML-Datei zwischen <body> und </body>! Ich setzte mal voraus, dass du HTML-Kenntnisse besitzt!Ja aber wo mach ich dan text hin????:lol: