<!DOCTYPE html> <html lang="ru"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Выпадающий список</title> <link rel="stylesheet" href="styles.css"> </head> <body>
<button class="DropdownButton">Выбери роль</button>
- <a href="#">Роль 1</a>
- <a href="#">Роль 2</a>
- <a href="#">Роль 3</a>
- <a href="#">Роль 4</a>
<script src="script.js"></script> </body> </html>