+ 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?
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>