joining together | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

joining together

so when i use sololearn to make codes for html i have the javascript and css built in and it automatically connects those to the html document, but i don’t have this option in notepad++. is there a tag that i need to use to do this and allow me to add css to my html?

12th Feb 2018, 4:42 PM
OpTic Bkerr
OpTic Bkerr - avatar
1 Answer
0
Make a new css file and link to it by doing <link rel=“stylesheet” href=“nameofstylesheet.css”> As for JavaScript, make a javascript files and link it by doing: <script src="nameofjsfile.js></script>
12th Feb 2018, 4:47 PM
luciel
luciel - avatar