0
How do i archive to link an external CSS to my html5 file??
I have both separate
1 Odpowiedź
+ 1
If you mean, how do you connect a css file to your html code. You will need to use a link tag in the head of your html, but outside of your title tag.
I have both separate