mirror of
https://github.com/CristianCruz0309/proyectos-curso-javascript.git
synced 2026-08-15 02:50:10 +00:00
Enhance grading interface with input and button
Added input field and button for adding grades.
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
|
||||
<div class="notas">
|
||||
<h4>Notas:</h4>
|
||||
<input type="number" id="inputNota" step="0.1" placeholder="Ej: 4.5">
|
||||
<button onclick="agregarNota()">Agregar nota</button>
|
||||
<ul id="listaNotas"></ul>
|
||||
</div>
|
||||
|
||||
@@ -33,4 +35,5 @@
|
||||
<button onclick="hayAplazo()">Calcular promedio:</button>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user