[SOLVED] How to connect between css ,js and html file | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

[SOLVED] How to connect between css ,js and html file

web programming

17th Feb 2018, 9:59 AM
Muhammad Afiq Bin Mamat
Muhammad Afiq Bin Mamat - avatar
2 Answers
+ 41
<head> <title> </title> <link rel="stylesheet" href="put here css file source/name.css"> <script src="put here js file source/name.js"></script> </head> https://www.sololearn.com/learn/CSS/1079/ https://www.sololearn.com/learn/JavaScript/1125/
17th Feb 2018, 10:39 AM
Elizabeth🌸
Elizabeth🌸 - avatar
+ 1
thank you Elizabeth
17th Feb 2018, 10:44 AM
Muhammad Afiq Bin Mamat
Muhammad Afiq Bin Mamat - avatar