please !! i want to know how to do HTML linking of CSS and JS ? Really the connection of these three languages ​​??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

please !! i want to know how to do HTML linking of CSS and JS ? Really the connection of these three languages ​​???

19th Dec 2017, 3:20 PM
@Daved
@Daved - avatar
2 Answers
+ 10
this tutorial should be enough to understand how to link seperate files (.js, .css) in a small web project https://www.digitalocean.com/community/tutorials/how-to-add-javascript-to-html
19th Dec 2017, 5:52 PM
Burey
Burey - avatar
+ 7
Yes, of course it can be done! You can use css on your page under the <style> </ style> tag to use a <script> </ script> tag on your javascript page, but to use javascript and css with an external structure, use the <script src = "Your script for scripts"> </ script> for external javascript, for css use <link href = "Your style library">
19th Dec 2017, 3:51 PM
James16
James16 - avatar