clase 8 #11

Open
alarcon.blas wants to merge 8 commits from alarcon.blas/clase-8-DOM:blas-alarcon into main
2 changed files with 5 additions and 0 deletions
Showing only changes of commit b3d7e12d24 - Show all commits

View File

@@ -1 +1,5 @@
// Vincular este archivo al archivo index.html, y resolver aquí los ejercicios.
function cambiarTitulo() {
const titulo = document.querySelector("h1");
titulo.textContent = "Agua";
}

View File

@@ -30,6 +30,7 @@
comunes.</p>
<p>¿Y este párrafo? ¿Será importante?</p>
<p>Este es otro párrafo del montón.</p>
<script src="ejercicios-clase-8.js"></script>
</div>
</body>
</html>