0
Question about HTML and CSS/JavaScript...
How can I include a CSS/JavaScript code in my HTML code?
3 Respostas
+ 2
You can use this format:
FILE local
<script src="js/ejemplo. js" ></script>
FILE remote
<script src="https//:ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
Src is the dirección of the file js
0
JECKA1997 Thanks... But can I use the external thing for javascript too?