Question about HTML and CSS/JavaScript... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Question about HTML and CSS/JavaScript...

How can I include a CSS/JavaScript code in my HTML code?

29th Mar 2020, 7:10 PM
Karol200511
Karol200511 - avatar
3 Answers
+ 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
29th Mar 2020, 7:33 PM
Cmurio
Cmurio - avatar
0
JECKA1997 Thanks... But can I use the external thing for javascript too?
29th Mar 2020, 7:22 PM
Karol200511
Karol200511 - avatar