- 2
please i need help. i do not know how to include external css in my html code.
including css files in html
4 Respuestas
+ 3
This is covered in the 2nd lesson CSS course you have started. Based on your progress, I'm guessing you've already covered this. The courses are a great place to learn. Best way is to work through them and practice as you go.
0
If your CSS file is in the same folder as your html file, you can write the following:
<style src="./name.css"></style>
0
Thank you all very much. this has been extremely helpful