I'm creating a simple electronic point system, and I'm trying to put the time within a given div, by the time the user clicks on the link, the time he clicked on this link appears inside a div. The code of my button is like this: I am using Html5 and CSS, preferably in these language, but can be in JaVASCRPIT, grateful.
<div id="entrada1">Hora da Entrada </div>
<!-- Preciso que a hora apareça aqui-->
<div id="botao-entrar">
<div class="botao" > <a href="a definir se vai precisar" class="botao" > Entrar </a> </div>