How could I put these buttons one below the other in the form of a list?
a greeting
<div id="f2c1">
<button onclick="newBiblioteca()">Nueva Biblioteca</button>
<button onclick="">Modificar Biblioteca</button>
<button onclick="">Borrar Biblioteca</button>
<button onclick="">Buscar Biblioteca</button>
<button onclick="">Listar Bibliotecas</button>
</div>