+ 2
hello can someone explain me how to associate 2 languages in one text (I'm using notepad with my computer)
4 Respuestas
+ 2
Check out this guide for info on that:
https://medium.com/@whiletruedothis/link-css-and-js-files-with-html-file-f848d00b42e8
+ 3
how to link them?
+ 3
thank you 😃😉
+ 2
Assuming you’re using front-end languages, you can do two of the following:
-Link seperate CSS and JavaScript files
OR
-Utilize <script> and <style> tags within the HTML document itself