Gabriele: Aufklappbares Fenster

Beitrag lesen

Sorry, ich hatte vergessen, mein Beispiel anzugeben!

<!DOCTYPE html>
<html lang="de">
<head>
  <style> 
    body {
      background-color:lightgray;
    }  	
    li {
      background-color:gray;
    }	
  </style>
</head>
<body>



<details class="links">
  <summary>Klick me</summary>
  <ul>
    <li><a href="https://www.#########.de">Thema 1</a></li>
    <li><a href="https://www.*********.de">Thema 2</a></li>
    <li><a href="https://www.$$$$$$$$$.de">Thema 3</a></li>
  </ul>
</details>
</body>
</html>

Gruß an alle