How to merge external CSS and JS files in HTML documents? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to merge external CSS and JS files in HTML documents?

it's neassary.

14th Sep 2023, 1:47 PM
Suraj
Suraj - avatar
3 Answers
+ 5
Suraj CSS Add this to the head of your HTML file: <link rel="stylesheet" href=" css-file-path-goes-here "> JavaScript Add this to the end of body tag <script src="JavaScript filefath.js" ></script>
14th Sep 2023, 2:00 PM
EAJUDDIN
EAJUDDIN - avatar
0
CSS Add this to the head of your HTML file: <link rel="stylesheet" href="fileName.css"> JavaScript Add this to the end of body tag <script src="fileName.js" ></script>
14th Sep 2023, 2:58 PM
Vikram Singh
Vikram Singh - avatar
0
Hello
15th Sep 2023, 4:35 PM
Ayush Arya
Ayush Arya - avatar