vincule la pagina e hice el ejercicio 1

This commit is contained in:
2026-05-17 23:23:12 -03:00
parent 167bbaaf54
commit f91489c01d
2 changed files with 6 additions and 0 deletions

5
ejercicios.js Normal file
View File

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

View File

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