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