“importar js en html” Código de respuesta

importar js en html

<script type="text/javascript" src="yourfile.js"></script>
SteDeus

incluir script en html

<script type="text/javascript" src="/path/to/script.js"></script>
Batman

Cómo vincular su archivo JS a HTML

<script src="index.js"></script>
DCmax1k

Cómo vincular JavaScript a HTML

<script src = "index.js"></script>
Crazy Cheetah

Cómo vincular JS a HTML

<script src="Your-JavaScript-File.js"></script> <!--If JS file is in same folder with HTML file-->
Bewildered Bug

importar script html

<html>
  <head>
    <script type="text/javascript" src="/path/to/script.js"></script>
    ...
garzj

Respuestas similares a “importar js en html”

Preguntas similares a “importar js en html”

Más respuestas relacionadas con “importar js en html” en HTML

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código