• Asignatura: Informática
  • Autor: alejagomezperez23
  • hace 8 años

necesito un ejemplo de un HTML con java script externo

Respuestas

Respuesta dada por: superespirid
1

<!DOCTYPE html>

<html>

<head>

<title>Page Title</title>

</head>

<body>

<script src="myScript.js"></script>

</body>

</html>

También puedes poner tu archivo Javascript dentro de las etiquetas head

Preguntas similares